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

Expanding event

8 Answers 176 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jokerwolf
Top achievements
Rank 1
Jokerwolf asked on 23 Jul 2010, 10:45 AM
Hello,
What event occures when we expand the row in hierarchical gridview?

8 Answers, 1 is accepted

Sort by
0
Jokerwolf
Top achievements
Rank 1
answered on 26 Jul 2010, 05:49 AM
Is there any?
0
Vanya Pavlova
Telerik team
answered on 26 Jul 2010, 07:24 AM
Hello Jokerwolf,

The answer of your question is:
 IsExpandedChanged - occurs when GridViewRow changes its IsExpanded state. The type of the passed event arguments isRoutedEventArgs.
All the best,
Vanya Pavlova
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
Jokerwolf
Top achievements
Rank 1
answered on 26 Jul 2010, 07:39 AM
Thanks, I'm sorry, but how could I get acsess  from RadGridView to GridViewRow?
0
Vlad
Telerik team
answered on 26 Jul 2010, 07:40 AM
Hello ,

 You can use RowLoaded event.

Sincerely yours,
Vlad
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
Jokerwolf
Top achievements
Rank 1
answered on 26 Jul 2010, 07:47 AM
That doesn't work. RowLoaded occures when rows are filled with data, and when we click on "+" to expand the row this event doesn't occure.
0
Accepted
Vlad
Telerik team
answered on 26 Jul 2010, 07:53 AM
Hi Jokerwolf,

 You can use RowLoaded to get reference to GridViewRow and attach desired event for the row.

Sincerely yours,
Vlad
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
Jokerwolf
Top achievements
Rank 1
answered on 26 Jul 2010, 08:29 AM
I'm absolutely confused. When RowLoaded occures we have sender and e. How could we get the Row which sent the event?
Well, if we get e.Row as GridViewRow it seems to be OK, am I right?
0
Jokerwolf
Top achievements
Rank 1
answered on 26 Jul 2010, 09:09 AM
Well, everuthing is OK, but that didn't help to solve another problem, but thanks.
Tags
GridView
Asked by
Jokerwolf
Top achievements
Rank 1
Answers by
Jokerwolf
Top achievements
Rank 1
Vanya Pavlova
Telerik team
Vlad
Telerik team
Share this question
or