dhtmlxGrid

I am using dhtmlxgrid component with dataProcessor for load data dynamically.The mention(bellow) code is working smoothly with FireFox Web Browser,but When I use Internet Explorer, The data has not been displayed on the screen.In Case of IE, If i have used skin type ‘clear’ than it has displayed data, at the same time if I move mouse arrow to any of the button, all the data from the grid has been disappeared.



In both case request for data to server is also working smoothly.



Code:





Audit Event Definitions
























































 

New



Edit





Delete



Cancel





The problem may be caused by not defined sizes of “ListSection” container.
You can try the next

a) define fixed sizes for ListSection container ( because you are using auto-height mode, exact initial value doesn’t really matter, but it must not be equal to 0 )
b) you can try to momve init code in performBodyOnLoad handler, so it will run only after html part of page rendered