3.2.0

setColumnResizable not working

Hey,

I'm trying to disable column resize for the first 2 columns in my grid while leaving it enabled for the rest. I've tried using the code
obj.setColumnResizable(false, 0);
obj.setColumnResizable(false, 1);

but that seems to have no effect at all. What is the proper syntax to do this?

Thanks in advance!
Chris
June 22,
Thats actually a bug, setColumnResizable does not work in 2.0.0 and 2.0.1.
Alex (ActiveWidgets)
June 26,
Alex, when do think 2.0.2 will be available?
John Mason
December 6,

This topic is archived.

See also:


Back to support forum