Categories | Question details Back To List | ||
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. |