Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Trey Jarnagin on May 10, 2009 12:11
open dhtmlx forum
Horizontal scrollbar in grid IE7

I am having the same problem as is with the sample attached here. If I view the sample in IE7. I get a horizontal scrollbar. If in FGirefox I do not.
Answer posted by dhxSupport on May 11, 2009 03:02
Please descripbe what problem do you mean? 
Answer posted by Trey Jarnagin on May 11, 2009 04:40
Sorry, thought I was trying to post to an existing thread but I started a new one. In this sample that was posted by spport that I found in the knowledge base, if I open in IE7 I get a horizontal scrollbar. In Firefox I do not. I am having the exact same problem with all my grids. - THX!
Attachments (1)
Answer posted by Trey Jarnagin on May 11, 2009 04:40
Sorry, thought I was trying to post to an existing thread but I started a new one. In this sample that was posted by spport that I found in the knowledge base, if I open in IE7 I get a horizontal scrollbar. In Firefox I do not. I am having the exact same problem with all my grids. - THX!
Attachments (1)
Answer posted by dhxSupport on May 11, 2009 06:04
It seems you are using dhtmlxGrid version 1.5. Since that we have fixed a lot of grid width bugs. Please try to update your files to the latest version. New version of dhtmlxGrid you can load here http://www.dhtmlx.com/docs/download/dhtmlxGrid.zip
Answer posted by Trey Jarnagin on May 11, 2009 06:48
Thanks, However, I was using the sample to demonstrate my problem. I have the 2.1 professional. I solved the problem with:
     playerGrid.objBox.style.overflowX="hidden";
if I have more trouble with this issue I will post my code. Thanks!