Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Aug 06, 2008 21:39
open dhtmlx forum
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