Hi,
Am using RadGrid in my page,having skin for that grid.Skin having client events like RowSelecting,deselcting,RowSelected and Deselected events. Now i want ask the user a java script confirm when ever a user Un check the check box,So i overrided that RowDeselecting event alone in my page.
But the issue is
1) whenever i click on that row it is deselecting the records even am preventing RowClick event,i declared RowClick event in skin.
2) After deselecting the row ,again when i select the row now also it firing RowDeselcting Event.
This issue arises only after overriding the RowDeselecting event.
Please help me to fix this or Suggest me some other solution.
Thanks and regards,
John
Am using RadGrid in my page,having skin for that grid.Skin having client events like RowSelecting,deselcting,RowSelected and Deselected events. Now i want ask the user a java script confirm when ever a user Un check the check box,So i overrided that RowDeselecting event alone in my page.
But the issue is
1) whenever i click on that row it is deselecting the records even am preventing RowClick event,i declared RowClick event in skin.
2) After deselecting the row ,again when i select the row now also it firing RowDeselcting Event.
This issue arises only after overriding the RowDeselecting event.
Please help me to fix this or Suggest me some other solution.
Thanks and regards,
John