7/22/2010 2:10:46 AM
Title:
How to delete a row from datagrid
Hi,
how to delete a selected row from datagrid ?
regards,
Ramakrishna
7/22/2010 4:09:56 AM
Hi Ram,
to delete row in datagrid remove item form the dataProvider at the index as datagrid selectedIndex, it also delete data from datagrid.
make sure dataProvider is bindable, dataProvider can be array, arrayCollcetion, xmlList.
refer below links....
http://livedocs.adobe.com/flex/3/html/help.html?content=dpcontrols_6.html
http://blog.flexexamples.com/2008/05/11/creating-an-editable-datagrid-control-in-flex/
Regards,
Virat Patel