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

[Solved] Hierarchy grid with hidden '+' expand sign

1 Answer 133 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.
Ivan Kopcanski
Top achievements
Rank 1
Ivan Kopcanski asked on 01 Sep 2010, 10:19 AM
Hello,

     Is it possible to hide '+' sign for expanding child grid for some of rows in the main grid?
For example, we would like to hide '+' if data in the main grid row satisfies certain criteria 
so those rows are not 'expandable' while others are.

1 Answer, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 01 Sep 2010, 10:55 AM
Hi Ivan Kopcanski,

 What you can do is handle the RowLoaded event, execute your predicate logic, and if the row satisfies it, set its IsExpandable property to false.

All the best,
Yavor Georgiev
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
Tags
GridView
Asked by
Ivan Kopcanski
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Share this question
or