Have anyone example how to remove or clear data from datagrid.
In vb6 a have GridCtrl1.RemoveItem 0 .
Printable View
Have anyone example how to remove or clear data from datagrid.
In vb6 a have GridCtrl1.RemoveItem 0 .
How did you get the data into the grid in the first place? Is it bound? If so then you need to remove the data from the data source and the grid will reflect the change. Also, are you just wanting to remove one row or all data?