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

RowIsExpandedChanged does not fire up

6 Answers 101 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 08 Sep 2010, 02:59 PM
I think I have the latest Q2 2010 SP1(version 2010.2.0812) release and it seems that RowIsExpandedChanged event does not work. Could you please advice on why it does not work asap? thanks

6 Answers, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 08 Sep 2010, 03:22 PM
Hi Alex,

 This is a known issue - there are a couple of scenario with condition which preclude the firing of RowIsExpandedChanged on RadTreeListView. This problem was rectified in the very next Internal Release. You can download any of the Internal Builds released after 2010 Q2 SP1 and use it instead.

Kind regards,
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
0
Alex
Top achievements
Rank 1
answered on 08 Sep 2010, 03:24 PM
Where do I get Internal Builds from?

What are the scenarios pls?

Thanks
0
Accepted
Yavor Georgiev
Telerik team
answered on 08 Sep 2010, 03:36 PM
Hello Alex,

 You need to download the official 2010 Q2 SP1 Trial release before you can download any of its Internal Releases.

Greetings,
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
0
Alex
Top achievements
Rank 1
answered on 10 Sep 2010, 04:57 PM
ok thatnks. I got RowIsExpandedChanging working. Now how can I check if the row expanding or collapsing?? e.Row do not have isExpanded option ...
0
Accepted
Yavor Georgiev
Telerik team
answered on 12 Sep 2010, 07:02 PM
Hello Alex,

 e.Row is of type GridViewRowItem, you need to cast it to GridViewRow, which possesses the IsExpanded property.

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
0
Alex
Top achievements
Rank 1
answered on 14 Sep 2010, 10:55 AM
Thanks
Tags
TreeListView
Asked by
Alex
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Alex
Top achievements
Rank 1
Share this question
or