Hi,
Is it possible to disable the column resizing option? If yes how can i acheive the functionality?
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