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
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
August 6,
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)
August 8,
This topic is archived.
See also:
This example shows how to Drag and Drop Rows in a v2.0 Grid to change the row order
Rob Francis
(59)
Insert and Delete Highlighted Row
Jez (TTS)
(7)
add Row
Paul
(9)
Correct way to update table model in Extended Grid
Curt K.
(19)
How do you add an image to the first column in a grid?
L. Aragon
(17)
Sorting on second header row.
Sudhaker Raj
(15)
Back to support forum