We have inherited a project that uses RADGrid. It has both events for double and single clicking enabled.
I saw this forum post:
http://www.telerik.com/community/forums/aspnet-ajax/grid/rowclick-amp-rowdoubleclick.aspx
Reading through your documentation, EnablePostBackOnRowClick should be set to false by default, but I tried setting it explictly and I am still experiencing the problem. I put breakpoints in Javascript on the rowclick and rowdblclick events, and rowdblclick never fires; rowclick fires twice.
I did notice that your Silverlight controls have a mouse speed, and that your scheduler product has something that needs to be reset that keeps track of state. Is there anything comparable in the Grid? Any other tips or gotchas to making this work correctly?
Thanks,
Rebecca
I saw this forum post:
http://www.telerik.com/community/forums/aspnet-ajax/grid/rowclick-amp-rowdoubleclick.aspx
Reading through your documentation, EnablePostBackOnRowClick should be set to false by default, but I tried setting it explictly and I am still experiencing the problem. I put breakpoints in Javascript on the rowclick and rowdblclick events, and rowdblclick never fires; rowclick fires twice.
I did notice that your Silverlight controls have a mouse speed, and that your scheduler product has something that needs to be reset that keeps track of state. Is there anything comparable in the Grid? Any other tips or gotchas to making this work correctly?
Thanks,
Rebecca