Categories | Question details Back To List | ||
Fix columns Hi, How to fix columns in the grid? Best regards, CHW Answer posted by Support on Mar 21, 2008 03:59 If you mean - prevent column resize, you can use grid.enableResizing(... If you mean fix few columns, so they will be visible while scrolling right part of grid grid.splitAt(.... |