I haven't been working with Infragistics that long and I've run into a problem.
I have defined a DblClick Event for the UltraWebGrid in Javascript but it only fires when I double-click on a Header and not in the cell.
<ClientSideEvents DblClickHandler="UG_DblClick"></ClientSideEvents>
Does anyone know why this would be a problem.
Hello fy8040 ,
I'm just following up to see if you've managed to resolve your issue. If you need further assistance don't hesitate to ask.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
Hello Maya,
Thanks for your response. In fact, this issue has NOT been resolved. I'm using UltraWebGrid v6.2. As far as reproducing this problem...all I'm doing is displaying the UWG. Their is 1 column in which the user needs to double-click in the cell. When they do this, a new window is suppose to pop-up. Anyway, the code above is how I've defined my Event Handler. This was based on different forum postings on this site. The <ClientSideEvents> element is defined within the <DisplayLayout> element. Below is the Javascript function. I've tried to keep it as simple as possible.
function UG_DblClick(gridname, cellID){
if (cellID <> ''){
OpenWindow(cellID);
}
I'm just following up to see if you need further assistance with this issue. Let me know if you have any questions.