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
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(){};