How can we determine if a column is checked or unchecked in column menu header?
A:
Are you wanting to check if a particular column is hidden, as opposed to whether the menu is checked? If so:
grid.getColumnModel().isHidden(index);
Evan Trimboli
2010-05-05 04:37:25
Can I know how can i check if a particular column has hideable option or not?
xrx215
2010-05-05 14:55:23
my question was how do we check if a column has hideable option or not?
xrx215
2010-05-05 15:01:07