I have a radgrid with autogenerated columns. I hide one column when the grid is created. I see the hidden column name in the columnheader context menu, if I try to show the hidden column, it does not show properly. I am hiding the column in radgrid columncreated server side event by making the display false for that particular column.
Is there another way to hide the column, may be in any client side event after the radgrid loads properly server side, so that the hidden column shows properly from the column header context menu?
Thanks.
Is there another way to hide the column, may be in any client side event after the radgrid loads properly server side, so that the hidden column shows properly from the column header context menu?
Thanks.