Threaded View
-
7 Feb 2013 2:52 PM #1
Making a column hideable doesn't work?
Making a column hideable doesn't work?
I've got a grid with about 8 columns. I want the leftmost column to not be hideable, but the rest can be hidden/shown as needed by the user. However, I don't think that this works:
Am I using this correctly?Code:columnCfg.setHideable(false);


Reply With Quote