Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
455
Implementing DoubleClickBehavior
posted

I want to implement double click behaviour, for handling double clicking client and server side. This functionality is missing with the last version.

My idea is to develop a GridBehavior for double clicking. This behavior must handle client and server side event.

For so far I need to develop an class that extends from GridBehavior. But there is no documentation and example codes. Can the Infragistics team helps me to give me the essential documentation? I think when this behavior is developed it's a nice example for other developer on the Infragistics website.

The solution what I have implemented for now is not nice, but it's a workarround. I handle the InitGrid client event to register a javascript method, the method will be executed when the use double clicked in the grid.

Parents Reply Children