I do have EnablePostBack=True because I need some events to fire server-side. I didn't mention that in my post. Maybe I can fire the OnRowClick client-side then force a postback???
0
Daniel
Telerik team
answered on 26 Jan 2010, 08:05 PM
Hello Richard,
If you want the OnRowDblClick event to fire, you shouldn't force postback on RowClick.
I will be able to provide more to-the-point answer if you post more information about your scenario/requirements