With the following grid setup, I cannot hide a particular column through the column menu. Is it a bug?
Grid setup (plunk <= try reproduce it here!)
- columnMenu: true
- 1 column (FirstName) with locked = true, lockable = false, menu = false
- 1 column (LastName) with locked = true, lockable = true
- at least 1 more column with locked = false
If I go to the grid's Column Menu, and go to Columns option. The LastName column's checkbox is disabled - I can't hide that column now. On the other hand, if LastName column has locked = false, the checkbox in the Column Menu is enabled, and I can hide the column.
Best,
Ama