3.2.0

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
October 13,
Is it the same in the standard AW examples?
What is different in your code compared to the standard examples?
Alex (ActiveWidgets)
October 13,
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
October 16,

This topic is archived.

See also:


Back to support forum