SplitMode and attached headers

Hi,



i can’t get a grid with attached headers running in split-mode. Is the split mode compatible to multiple headers?



Regards Manuel

Please check if order of commands are the following:
grid.setHeader();
grid.attachHeader();

grid.splitAt();
grid.init();

The splitAt must be executed only after defining of structure, but before data loading.

Thanks!
I tried this XML-file, but i can’t find the problem???




test.xml.zip (439 Bytes)

OK, i got it. Thanks!