In my Asp.net web application, I have a page with a Gridview with the correct database binding and the Delete / Add / Update function works well.
An event like GridView1_RowDeleting , GridView1_RowEditing , GridView1_RowUpdating works well,
Then later I added a JQuery DataTable and it looks great, but now other events are not working.
How can I trigger these events or how can I achieve Change / Update / Delete . Is new with jQuery DataTable.
source share