Hi guys,
When enabling row deletion in ultra grid, how can the user delete a row in practice?
Couldn't quite gigure it out...
Thanx,
Gili
If you are having trouble with this, then my guess is that you probably have the RowSelectors turned off - which is the default, and which makes is difficult to select rows to delete.
You can use the RowSelectors property (on the grid.DisplayLayout.Override) to turn the Row selectors back on.
Another option would be to use the CellClickAction property so that clicking on a cell selects the row.
The user has to select the whole row by clicking on the row selector and pressing the delete key. If you want to make it easy for him (but difficult for you), you can use a context menu that will figure out the row being right-clicked and delete it by code.