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

[Solved] Possible bug: RowDetailsVisibilityMode="VisibleWhenSelected" and GridViewToggleRowDetailsColumn

1 Answer 38 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jonathan
Top achievements
Rank 1
Jonathan asked on 01 Aug 2011, 12:28 PM
Using RowDetailsVisibilityMode="VisibleWhenSelected" and GridViewToggleRowDetailsColumn together:

Before expanding a row using the toggle, selecting/de-selecting it will show/hide the row details.
After expanding a row using the toggle, selecting/de-selecting it doesn't not show/hide the row details.

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 01 Aug 2011, 12:35 PM
Hi Jonathan,

The visibility mode and the toggle column are mutually exclusive, i.e. you have to pick one and use only it. In other words, if you decide to use the toggle column, don't touch the visibility mode. Vice versa, if you decide to use the visibility mode, don't add a toggle column. That is because the two features are incompatible with each other. 

Greetings,
Ross
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
GridView
Asked by
Jonathan
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or