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
25
Using double click and single click events in the same UltraWebGrid
posted

Hi,

 I am new to infragistics. I am using UltraWebGrid. I have two functionalities to be implemented in the same grid.

1) On single click of any row, another UltraWebGrid is displayed.

2) On double click on any row, i should obtain the value of the hidden column, which is id of the row. and redirect to another page.

I could do this individually but when i try to implement both the events, only single click event works. Can i obtain double click functionality too along with single click event? Or i have to opt for adding button on each row to redirect to another page.

Thanks,

Regards,

Gaurav Garg