Want to Hide the expand collapse button and leave a small indentation in eavh level.
Also needs to hide the columns that are being grouped as the user drags them on the grouping zone.
Please help
My apologies: Not sure how this got posted so many time and blotted the discussion
How do I get rid of these lines here?
The Group 1, Group 1.1 represents the parent band. Here is the setup
<ig:WebHierarchicalDataGrid ID="WebHierarchicalDataGrid1" runat="server" Width="100%"
AutoGenerateBands="false"
AutoGenerateColumns="false"
DataMember="Category"
DataKeyFields="CategoryName"
="4"
="hideExpandArea"
="hideExpandAreaBorder"
="false">
>
Just got it working, used the following style with ExpansionColumnCss
tbody > tr > td.hideExpandArea{width:0px;}
Now need to find out how to get rid of the dark border by each region.