Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Sep 18, 2008 07:41
open dhtmlx forum
DHX Grid : splitAt() functionality question

Hi there,
I want to have splitAt() for 1st and last column, How to do this ?????
Answer posted by Support on Sep 19, 2008 06:42
Unfortunately, there is no opportunity to apply splitAt method several times. You can do only the following:

grid.splitAt(1);

The last column can not be frozen.