Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by mike on Feb 27, 2008 00:42
open dhtmlx forum
disabling manual resizing

Hi mates!

I would like to have a grid with non-resizable headers...I have found the grid.enableresizing(list) method but I can't use it because I'm not going to know how many columns the charging XML will have.

Do you know haw to block/disable the manual resizing at all??

thanks
Answer posted by Support on Feb 27, 2008 02:00
There are two ways

a) disable resizing after XML load, when you can obtain count of column from grid API
b) disable core resizing functionality by
    grid.startColResize=function(){};