C cfyam Aug 12, 2003 #1 How can I fire the datagrid delete method like the user press del button on the datagrid?
S Stefan Aug 12, 2003 #2 you have to get the selected row from the dataset binded to the grid and call the row.delete method