Hi,
we built a hierarchical grid in our application which may contain more than one child views in the same hierarchy level. Below that grid is some kind of raw data displayed. So when a user clicks somewhere in the rawdata we calculate in which view of the grid an in which row/column the the data lies and we want to select this cell by code.
This works so far for the MasterView and the first ChildView. But not for the second or any higher Childview. Is there any sample code how to do this. We have added some kind of a linenumber which gives us a unique row index over all childviews and the line will be found. The main problem is to bring the right childview to the front.
Thanks for your help,
Michael
we built a hierarchical grid in our application which may contain more than one child views in the same hierarchy level. Below that grid is some kind of raw data displayed. So when a user clicks somewhere in the rawdata we calculate in which view of the grid an in which row/column the the data lies and we want to select this cell by code.
This works so far for the MasterView and the first ChildView. But not for the second or any higher Childview. Is there any sample code how to do this. We have added some kind of a linenumber which gives us a unique row index over all childviews and the line will be found. The main problem is to bring the right childview to the front.
Thanks for your help,
Michael