If I add group it is always at the top of the 1st group.
Can we hide it? Its confusing as if this is the current row and not the one selected.
1 Answer, 1 is accepted
0
Stefan Nenchev
Telerik team
answered on 07 Dec 2015, 12:46 PM
Hello Derek,
There are several approaches that you can take in order to achieve the desired behavior:
1.You can set the RowDetailsVisibilityMode property of the RadGridView to Collapsed or Hidden.
2.Setting the IsSynchronizedWithCurrentItem property to true will change the position of the arrow based on the current item.
3.In order to keep the default look of the RadGridView and remove the indicator, you have to edit the Control Templates of the control. You can find more information on the following articles from our documentation page - RadGridView Styles and Templates and Using Implicit Styles.
Please update me if the information provided was useful.
Regards,
Stefan Nenchev
Telerik
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 Feedback Portal and vote to affect the priority of the items