Author: dmorozov
Date: 2007-06-14 11:11:41 -0400 (Thu, 14 Jun 2007)
New Revision: 1186
Modified:
trunk/sandbox/scrollable-grid/src/main/javascript/ClientUI/controls/grid/ScrollableGrid.js
Log:
Modified:
trunk/sandbox/scrollable-grid/src/main/javascript/ClientUI/controls/grid/ScrollableGrid.js
===================================================================
---
trunk/sandbox/scrollable-grid/src/main/javascript/ClientUI/controls/grid/ScrollableGrid.js 2007-06-14
14:57:46 UTC (rev 1185)
+++
trunk/sandbox/scrollable-grid/src/main/javascript/ClientUI/controls/grid/ScrollableGrid.js 2007-06-14
15:11:41 UTC (rev 1186)
@@ -35,6 +35,9 @@
// initialize parent Grid
init: function(){
+ // mark that grid control initialized
+ this.initialized = true;
+
ClientUI.controls.grid.ScrollableGrid.parentClass.constructor().call(this,
this.client_id, this.dataModel, this.templates);
var progress = new ClientUI.common.box.SplashBox(this.splash_id, null, 300, true);
this.setProgressCtrl(progress);
@@ -42,7 +45,6 @@
if (this.options.selectionInput) {
this.selectionManager = new ClientUI.controls.grid.SelectionManager(this);
}
-
if (this.startUpTime) {
ClientUILib.log(ClientUILogger.ERROR, "Load Time'" + (new
Date().getTime() - this.startUpTime) + "' ms");
}
Show replies by date