This is a migrated thread and some comments may be shown as answers.

Hide GridViewIndentCell

2 Answers 96 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Andre Joosten
Top achievements
Rank 1
Andre Joosten asked on 13 Oct 2010, 03:47 AM
Hi There,
I am using following xaml to hide the GridViewIndentCell, and it works fine.

 <Style TargetType="GridView:GridViewIndentCell">
            <Setter Property="Visibility" Value="Collapsed" />
            <Setter Property="Background" Value="White" />
   </Style>

But, GridViewIndentCell re-appears as soon as I Group the data. Please advice  how to stop the GridViewIndentCell  re-appearing.
Thanks,

2 Answers, 1 is accepted

Sort by
0
Accepted
Vanya Pavlova
Telerik team
answered on 13 Oct 2010, 03:13 PM
Hello Andre,

This indent is not the GridViewIndentCell, it is GridViewHeaderIndentCell that appeared in GridViewHeaderRow when you perform grouping in RadGridView. If you do not want to show this indent create the same style that is targeted at GridViewHeaderIndentCell.

Please check the attached project and let me know if you need any further assistance.

Sincerely yours,
Vanya Pavlova
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Andre Joosten
Top achievements
Rank 1
answered on 13 Oct 2010, 11:30 PM
Many thanks Vanya,

Your solution worked.

Tags
GridView
Asked by
Andre Joosten
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Andre Joosten
Top achievements
Rank 1
Share this question
or