Hi,
I want to implement an interface with 2 RadGrid's with a plitter between them to give an 'Explorer' like view. When the user clicks on a row in the left hand grid it identifies the item being clicked and will re-display the right hand grid to show details of the item selected. I would have thought that this would be trivial but I can't seem to get it to work.
I have captured the SelectedIndexChanged event for the LH grid but when I look at the gridParts.SelectedItems[0].DataItem value it is always NULL which I am not sure why.
Any-one got an example of using 2 grids in this way?
I want to implement an interface with 2 RadGrid's with a plitter between them to give an 'Explorer' like view. When the user clicks on a row in the left hand grid it identifies the item being clicked and will re-display the right hand grid to show details of the item selected. I would have thought that this would be trivial but I can't seem to get it to work.
I have captured the SelectedIndexChanged event for the LH grid but when I look at the gridParts.SelectedItems[0].DataItem value it is always NULL which I am not sure why.
Any-one got an example of using 2 grids in this way?