I have a RAD Grid that has Grid Client Delete Column which fires OnRowDeleted client event. The Grid also allows row select single only, and has a OnRowSelected event. However my problem is that when the user presses the delete button in the delete column it fires the OnRowDeleted event (which is fine) but then fires the OnRowSelected event which I do not want as the OnRowSelected event goes through to another page.
Is there anyway to stop the OnRowSelected event to fire.
Thanks
Is there anyway to stop the OnRowSelected event to fire.
Thanks