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

RowDetailsVisibilityMode VisibleWhenSelected vs GridViewToggleRowDetailsColumn w.r.t Default

1 Answer 63 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 08 Aug 2011, 08:15 AM
Is there a way to restore a row's details visiability to VisibleWhenSelected after a user has manually hidden the details section?


I'm using a grid with RowDetailsVisibilityMode="VisibleWhenSelected" and a GridViewToggleRowDetailsColumn
When I select a row, it will show the details column (as expected), however, if I manually expand, and then hide the details of a specific row (via the RowDetailColumn), that row will no longer become visible when selected. Is there a way to restore the row to the VisisbleWhenSelected Behaviour?

1 Answer, 1 is accepted

Sort by
0
Accepted
Rossen Hristov
Telerik team
answered on 08 Aug 2011, 08:32 AM
Hello Alex,

You can not use both the toggle column and the visibility mode. They are incompatible with each other and you have to pick and use one. But you can't use both since they cannot work with each other correctly.

This is described in the documentation.

Regards,
Ross
the Telerik team

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

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