Hi
I am using a ColumnSetContainer to render our "Objects" view. Every cell here has a custom renderer and one of the cells is a link that would help our users navigate to our pages making the view look consistent with the rest of the VMWare objects view (first cell being a link). However, there is a minor issue when all entries in the first column contains clickable links. (Imagine the chassis example but the Chassis name is a link) => now what is desirable is only the name of the chassis that is currently selected needs to be a link and the rest of the rows have the name not be links. A row can contain a link only if it is selected would be ideal behavior and consistent with the rest of VMWare objects view. If a different row is selected, then only that row will contain a link in the name column.
How do I get the details of the currently selected row in the "Objects" view when I do not have the ID of the grid that gets created when I use a columnsetcontainer?
Your help is appreciated.
Thank you