I am using JQGrid and implemented the updation of records with in GRID. Now I want to add custom row selection on the grid
so that i can delete any record by selecting the checkbox. But when i implemented the custom row selection on GRID then its
first, Grid’s “updaterow” event fired which i don’t want to ( I have written some AJAX code under that which only work when i
update the other content of the row ), I only want the row to get selected and do nothing.
Is there any want to get the CONTROL’s Id who has fired this “updaterow” event ?
Thanks,
Ravi Joshi