Changing the value of a row cell
I'm using the grid with an XML file.
I want to dynamically change the value of a cell and refreshing the grid.
I though this would change the value of the first column of the first tow to "TEST", but it didn't work. Something I missed ?
I want to dynamically change the value of a cell and refreshing the grid.
obj.setDataProperty("text", "TEST", 0, 0);
obj.refresh();
I though this would change the value of the first column of the first tow to "TEST", but it didn't work. Something I missed ?
Adrien C.
May 30,