3.2.0

chahge the contetnt of a specific cell

I want to change a cell content without refreshing the whole grid
How can I reach a cell object directly and set the value property?
directlower
November 28,
You can refresh just one cell (after you change the data):

myData[1][1] = "some text";
obj.getRowTemplate(1).getItemTemplate(1).refresh();
Alex (ActiveWidgets)
November 28,
thanks
i'll try

November 28,

This topic is archived.

See also:


Back to support forum