DHtmlxGrid does not display on IE

I use DhtmlxGrid on my website, but I don’t understand why I can’t see it on IE, but Firefox and Chrome is OK. Could you help me ???
Thank you


It seems your grid container has width in percents, isn’t it?
Please check if width of parent of grid container is defined (just set 100% width for document body)

html,body{
widht:100%;
}