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
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