iteration between grid with split and tabbar

Hi,

I have a tabbar with two tab, inside both tab I put a grid, each grid using the function splitAt(1), in the first tab the function has the correct result while in the second one the first column is deleting. Can you help me?

Thanks

Problem caused by initializing grid with split in hidden container ( hidden tab of tabbar )
You can
a) run code which init grid only on tab selection ( when it become visible )
or
b) contact us directly at support@dhtmlx.com , we will provide updated js file , which will work correctly in case of init in hidden container.