Grid column menu does not disable last checkbox when the menu option for command column is set to false #7549
Labels
Bug
C: Grid
FP: Completed
Sync status with associated Feedback Item
jQuery
Next Release
Item that will be included in the next official release
SEV: Medium
Milestone
Bug report
Grid column menu does not disable last checkbox when the menu option for command column is set to false. Thus, it is possible to hide all columns and there is no way to show them again.
The issue is reproducible when the command column has menu: false set
{ command: ["edit", "destroy"], title: "TEST", menu: false, width: "250px" }
Reproduction of the problem
Current behavior
The last checkbox selection is not disabled and allows all the columns to be removed if the menu options for the command column are explicitly set to false:
Expected/desired behavior
The last checkbox selection should be disabled without allowing all the columns to be removed if the menu options for the command column are explicitly set to false:
The following dojo depicts the aforementioned behavior.
Environment
The text was updated successfully, but these errors were encountered: