Hi, I am trying to hide the Expand/Collapse column at runtime. I have a Radgrid setup with grouping by category, but I want to hide this column.
I tried RadGrid1.MasterTableView.ExpandCollapseColumn.Visible = false; using OnColumnCreated, but it doesn't seem to do anything.
Any help would be appreciated.
Thanks.
I tried RadGrid1.MasterTableView.ExpandCollapseColumn.Visible = false; using OnColumnCreated, but it doesn't seem to do anything.
Any help would be appreciated.
Thanks.