splitAt Issues with attachHeader

hi, i have a issue when a merge a filter header and splitAt in a grid


mygrid.init();
mygrid.splitAt(2);

it works but if i add a

mygrid.AttachHeader(" , , , ,#text_filter,#combo_filter, , , , , , , , , , , , , , , , , , , , , , , , , ");

then grid don’t work

any idea


Unfortunately this is the expected behavior.
After enabling the split grid’s structure cannot be changed.
Unfortunately this issue cannot be fixed.