Categories | Question details Back To List | ||
Disable column resizing Hi, Is it possible to disable the column resizing option? If yes how can i acheive the functionality? Answer posted by Support on Aug 07, 2008 02:50 You can enable|disable column resizing by grid.enableResizing("false,false,false"); The paremeter is list of true|false values for related columns, true - allow resize of column, false - block resize of column |