:: Forum >>

add / delete rows from XML table

Hi Alex,

I have been searching code for adding & removing rows from XML table. So far couldnt find any. Is there any official word or link about it? Would be really helpful if you could point to any, otherwise we need to re think our approach using javascript arrays.

thanks
Raj Nair
Raj Nair
Sunday, August 6, 2006
addRow()/deleteRow() methods do not modify the data source (same for XML, CSV or js arrays). You are expected to add/delete row from the datasource and then call addRow(i)/deleteRow(i) methods to update grid row indices array.
Alex (ActiveWidgets)
Tuesday, August 8, 2006

This topic is archived.


Back to support forum

Forum search