Hi -
My apologies if this is covered elsewhere, but after wading through RadGrid and API documentation I'm still left puzzled...
I'm trying to better understand group expansion and collapsing.
First, what is the <ExpandCollapseColumn> item for in the <MasterTableView> section? By default, even with grouping enabled, its "Visible" property is set to false - yet the ExpandCollapseColumn is still visible. Why? (I'm assuming - perhaps wrongly - that the ExpandCollapseColumn is the column with the "+" or "-" image in it.)
So how do I hide the ExpandCollapseColumn? I've read about how others have hidden the image in the column, but how do you just remove/hide the whole column?
My second question is about two items in the <Columns> section of <MasterTableView>: What are <telerik:GridExpandColumn> and <telerik:GridGroupSplitterColumn> used for?
(And therefore how does <telerik:GridExpandColumn> differ from the <ExpandCollapseColumn> outside the <Columns> section?)
Many thanks,
Jake.
My apologies if this is covered elsewhere, but after wading through RadGrid and API documentation I'm still left puzzled...
I'm trying to better understand group expansion and collapsing.
First, what is the <ExpandCollapseColumn> item for in the <MasterTableView> section? By default, even with grouping enabled, its "Visible" property is set to false - yet the ExpandCollapseColumn is still visible. Why? (I'm assuming - perhaps wrongly - that the ExpandCollapseColumn is the column with the "+" or "-" image in it.)
So how do I hide the ExpandCollapseColumn? I've read about how others have hidden the image in the column, but how do you just remove/hide the whole column?
My second question is about two items in the <Columns> section of <MasterTableView>: What are <telerik:GridExpandColumn> and <telerik:GridGroupSplitterColumn> used for?
(And therefore how does <telerik:GridExpandColumn> differ from the <ExpandCollapseColumn> outside the <Columns> section?)
Many thanks,
Jake.