Hi,
I’m having a trouble with my jqwidgets. I have a jqxGrid with many header columns, a JqxDateTimeInput
jqxDateTimeInput, a jqxDropDownList (those are in its own div tag) and others html input contols in a page. A html input button searches for information from a database and it’s displayed in the jqxGrid. The jqxGrid has a checkbox column type and when it is checked, the JqxDateTimeInput disappear from the page. Also, if the mouse is over (I’m not cliking on in) the jqxDropDownList, the header columns from jqxGrid disappear. In both cases if I click on any html button, they appear again. It happens only on Internet Explorer when it’s in compatibility view. Also noticed that an attribute is added on the html tag when I look on the developer tool:
Normal:
<html>
In compatibility view
<html jQuery18207565165341862158 =”255″>
Is there any solution for this or is there any compatibility issue for those widgets in some versions of Internet Explorer?
Hope I was clear when writing my problem.
Thanks anyway!!