Title: Grid Selection is not working Post by: Steve2106 on November 05, 2019, 02:51:27 PM Hi There,
For some reason my grid selection is not working when I choose the button to delete a record. I have attached the relevant file with the code. on the grid I have a button with onclick="destroyCert()" but the destroyCert() function does not get the row from the "var row = $('#dg').datagrid('getSelected');" code. Can anyone see why? Any help would be appreciated. Best Regards, Steve. |