:: Forum >>
Grid data display
Hi alex,
In Aw.ui.grid
first time when the page is loaded it is not displaying data,
but when we click on grid(sorting) it is displaying
plz help
Amar
Friday, October 13, 2006
Is it the same in the standard AW examples?
What is different in your code compared to the standard examples?
Alex (ActiveWidgets)
Friday, October 13, 2006
We are using following code
this.impl.addRow(gridIndex++);
var currentRow = this.impl.getCurrentRow();
this.impl.setCellText("1", 0, currentRow);
this.impl.setCellValue("1", 0, currentRow);
Here impl is object of AW grid (i.e. this.impl = new AW.UI.Grid;)
Amar
Monday, October 16, 2006
This topic is archived.
Back to support forum
Forum search