Column freeze functionality not working in case grid header

Hi

In our application the grid header is sent through xml instead of using static call dhtmlxgrid.setHeader. The column freeze functionality when implemented using dhtmlxgrid.splitAt() or using





2





in the tag gives error “this.hdr.rows[1] is undefined”. the dhtmlx version is 1.5 build 71114. the freeze works correctly during initial loading i,e the jsp page is refreshed. but after subsequent call to dhtmlxgrid.clearAll() and dhtmlxgrid.xmlLoader.loadXML the above error is thrown.

The splitAt must be executed only after defining of structure, but before data loading. After applying of the split mode to the grid, it is not possible to recreate the grid structure (reload the grid with a different structure). Such grid can be only destructed.
Please find more information about splitAt() usage here dhtmlx.com/dhxdocs/doku.php?id=d … lit_mode&s[]=splitat

Hi ,

Our application uses a tabbar and dhtmlxgrid is attached to the tabs.
The grid using the splitAt is not displayed properly in IE8.
Grid works without SplitAt.
Can you tell me how do i fix this issue because we really need the SplitAT functionality in our grid as well as the tabbar .

Regards
Shraddha88

Tabbar itself must not cause issues ( it is one of expected, tested use-cases )
If problem still occurs for you - please open the ticket in the support system.