datagrid delete event

  • Thread starter Thread starter cfyam
  • Start date Start date
C

cfyam

How can I fire the datagrid delete method like the user press del button on
the datagrid?
 
you have to get the selected row from the dataset binded to the grid
and call the row.delete method
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top