Grid splitAt causes error when i load from XML

am tryn to use the splitAt function in this way

2

and it is not working, any idea how i can make it work

It should work correctly in this case.

Please, make sure the the dhtmlxgrid_splt.js is included to your page.
If issue still occurs for you, please, provide with a more detailed sample of your code: js part of grid initialization, and “head” of your xml.

danb, I’ve found which using splitAt(), it is very important for the headers to be defined exactly correct - one header for each column…no more…no less… also make sure #cspan headers do not span over the split.