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
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
Hi Shai,
Thanks Shai, i have done the same thing. Converted the double click functionality to a button.
But i have another problem... i am using the "OnClick" event of UltraWebGrid as well as "CellClickActionDefault='Edit' " of DisplayLayout. but same problem, they both conflict with each other. Here "OnClick" event fires but CellClickActionDefault does not reflect then. Individually both works.
Can i have any suggestions how could i achieve both the functionalities.