In my Asp.net webb app, I have a page having Gridview control binding properly with database and
Delete/Add/Update functionality works well.
Event like GridView1_RowDeleting , GridView1_RowEditing , GridView1_RowUpdating works well,
Then Later I added JQuery DataTable and it looks greats, but now other events are not working.
How i can fire these Events or how i can achieve Edit/ Update / Delete functionality. Am new with Jquery DataTable.