Hi, I'm currently working with a RadGridView that's nested inside a StackPanel that's nested inside a RadPanelBarItem. When I click on a cell inside the RadGrid, I launch a RadWindow. All this works perfectly thanks to several examples I found on the forum. My issue now is working with the different containers and getting their properties. I would like to be able to get the RadPanelBarItem Name value once I've clicked in the cell in the RadGridView.
I can use ParentOfType<> to actually see the object and set a variable based on it but the Name value is always blank. One thing to note, ALL of the objects I've mentioned are added dynamically.
So, how do I need to go about getting the Name value?
Thanks!!
I can use ParentOfType<> to actually see the object and set a variable based on it but the Name value is always blank. One thing to note, ALL of the objects I've mentioned are added dynamically.
So, how do I need to go about getting the Name value?
Thanks!!