0
votes

How can we determine if a column is checked or unchecked in column menu header?

1

1 Answers

0
votes

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);