Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Arpit Dawda on Sep 07, 2009 12:23
open dhtmlx forum
DHTML grid header issue in Safari 3.0

While creating a DHTML Grid, only partial header gets displayed in Safari 3.0.
The data in the grid gets properly populated however, the header is only partially visible.

The header is visible in IE.

Headers are set as follows :
this.grid.setHeader("First Name,Last Name, Employee Login,Position,PositionId");            
this.grid.setInitWidths("200,180,170,0,0")
this.grid.setColAlign("left,left,left,left,left")
this.grid.setColTypes("ro,ro,ro,ro,ro");            
this.grid.setColSorting("str,str,str,str,str");

Can you please suggest what might be the issue?

Answer posted on Sep 08, 2009 03:01
Are you using frozen columns in your grid? There is known issue with splitAt() method. Grid header isn't increasing it's height in the left part of splitted grid. 
If there is any other issues please provide us screenshot.