:: Forum >>

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
Sunday, November 28, 2004
You can refresh just one cell (after you change the data):

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

Sunday, November 28, 2004

This topic is archived.


Back to support forum

Forum search