Hi,
Can someone show me a basic example of how I can select a row in a datagrid in flex and have it highlight that row plus any related rows. Let me give you can example:
Let's say that I have a datagrid. In the grid I have two columns for each row. One column has what type of car they own, and the other column has the owners name. Let's say that an owner has two cars. So you have a datagrid that looks like this (4 rows, 2 columns):
Camery Jon
Tundra Billy
Jaguar Jon
Range Rover Mike
What I am looking for... if you click on the Camery row, the Jaguar row and the Camery row are both highlighted.
I have a datagrid that has items, and has related items to its parent.
Thanks