With IE 11 the double-click event of the UltraWebGrid does not fire.
With previous versions of Internet Explorer when the user double-click a row, it does a postback to server witch handles the event.
Can anybody help?
Tried this solution a swell but still ultrawebGrid is not working. My grid is in editable mode and whenever I tried to entervalue its throwing javascript error. Please Help.
Hello Every one,
Kindly use this Property Browser="UpLevel" to ultrawebGrid
your IE11 issue with ultraWebgrid will vanish
Eg:
<igtbl:ultrawebgrid id="ultraWebGrid1" runat="server" Browser="UpLevel">
JhasakAllaH
Hi,
We are having same issues with ultrawebgrid and we tried your solution "UltraWebGrid and in the RowStyleDefault attribute set Wrap="True", " but we are not understanding what you have written after this line (and then apply the a class to your webgrid as shown in the link a shared before).Could you please explain little bit on this here.
I finally found the solution for the problem of a double click in a row on Internet Explorer 11, if the double click only works in the blank space of a cell but no in the text it's because infragistics is using a non standarized tag <nobr> you can read more about this here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nobr.
In order to solve the problem, you need to go to the properties to the UltraWebGrid and in the RowStyleDefault attribute set Wrap="True", and then apply the a class to your webgrid as shown in the link a shared before, and everything is going to work.
Because of this kind of things, I don't like infragistics, if you have this problem you can try this solution, it's working for us.
Regards.
Hello Icarneiro, i have the same problem now in one of my applications, did you found a solution? My applications works with IE11 except the infragistics ultrawebgrid control. The double click event only works in the blank space of a cell.
If you found the solution please share it.
Thanks!