8 Answers, 1 is accepted
0
Jokerwolf
Top achievements
Rank 1
answered on 26 Jul 2010, 05:49 AM
Is there any?
0
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
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
Hello ,
Vlad
the Telerik team
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
Hi Jokerwolf,
Vlad
the Telerik team
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?
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.