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

Parents
  • 145
    posted

     Hi Garg

     

    Also new to infragistics so i hope its usefull...

    Regardless of implementation and only in terms of usability, I would avoid having one click and double click for different nfunctionality. Of course, depends who your users are but I would either use right and left click or one click and a button/link etc.

     Cheers

     

    Shai 

Reply Children
No Data