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

CurrentCellChanged and ChildGrids

1 Answer 70 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Keith
Top achievements
Rank 1
Keith asked on 12 Apr 2011, 03:09 PM
Hi

I'm trying to work out how to trap the current cell changing between a parent grid and a child hierarchy grid. Basically I need to display text based on the current cell in either grid. For example,

+ Level 1.1
- Level 1.2
  + Level 2.1
  + Level 2.2
  + Level 2.3

So if the user clicks Level 1.2, it needs to display Comment 1.2. If the user then clicks Level 2.2, it needs to display Comment 2.2. The problem comes when the user clicks back on to Level 1.2, since this is still the same current cell for that grid, the event doesn't seem to fire and so the display stays at Comment 2.2

Am I missing something obvious?

Thanks
Keith

1 Answer, 1 is accepted

Sort by
0
Accepted
Ivan Ivanov
Telerik team
answered on 15 Apr 2011, 03:55 PM
Hello Keith,

I have prepared an example project for you. Please, refer to it and inform us if this approach meets your requirements.

Best wishes,
Ivan Ivanov
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
Keith
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Share this question
or