Hi ,
I am using RadGrid with client properties
<ClientEvents OnCommand="RadGrid1_Command" OnRowDeleted="RowDeleted" OnRowDeleting="RowDeleting" />
when i am binding grid with SqlDataSource instead of OnCommand event then Deleted and deleting events
are firing but in above code its not firing since we i am using OnCommand and i want to use
OnCommand event with OnRowDeleted and OnRowDeleting .
How to overcome this problem.