Updated Rico 2 and Rico 3 with all patches submitted on Sourceforge.
[infodrom/rico3] / ricoClient / js / rico_min.js
index 9215cf8..d6f785e 100644 (file)
@@ -3397,9 +3397,9 @@ d++){var b=document.createElement("div");
 b.className="ricoLG_cell "+a;
 b.id=this.tableId+"_"+this.pageSize+"_"+d;
 this.columns[d].dataColDiv.appendChild(b);
-if(this.columns[d].format.canDrag&&Rico.registerDraggable){Rico.registerDraggable(new Rico.LiveGridDraggable(this,this.pageSize,d),this.options.dndMgrIdx)
-}b.innerHTML=" ";
 if(this.columns[d]._create){this.columns[d]._create(b,this.pageSize)
+}else{b.innerHTML=" "
+}if(this.columns[d].format.canDrag&&Rico.registerDraggable){Rico.registerDraggable(new Rico.LiveGridDraggable(this,this.pageSize,d),this.options.dndMgrIdx)
 }}this.pageSize++
 },defaultRowClass:function(b){var a;
 if(b%2==0){a="ricoLG_evenRow"
@@ -4489,7 +4489,7 @@ this.fetch(a)
 if(this.processingRequest){Rico.log("AjaxSQL fetch: queue request");
 this.pendingRequest=e;
 return
-}if(e<0){this.clear();
+}if((typeof e=="undefined")||(e<0)){this.clear();
 this.setTotalRows(0);
 this.foundRowCount=false;
 e=0