Hello,
I am currently unilizing the header context menu radgrid functionality introduced with the Q3 release. The only way that I found to default a column to unselected in the menu and therefore hide it in the grid is to use the Display="false" tag on the GridBoundColumn. The side effect I am experiencing from this is once the user selects to show a column that has the tag Display="false", the column appears but then after closing the menu and reopening it that column is unselected once again. The column is unselected in the menu even though the column is visible in the grid. Is there a better way I should be doing this? Thanks for any direction you can provide.
I am currently unilizing the header context menu radgrid functionality introduced with the Q3 release. The only way that I found to default a column to unselected in the menu and therefore hide it in the grid is to use the Display="false" tag on the GridBoundColumn. The side effect I am experiencing from this is once the user selects to show a column that has the tag Display="false", the column appears but then after closing the menu and reopening it that column is unselected once again. The column is unselected in the menu even though the column is visible in the grid. Is there a better way I should be doing this? Thanks for any direction you can provide.