G
Guest
Hi
I have a GridView that is displaying master records. Some of these records
have child records.
I would like to a column to my master GridView such that for each master
record that has detail records, it displays a hyperlink that then takes the
user to the details page. If a master record doesn't have any children, I
just want it to display its ID with no hyperlink.
In a nutshell: the cell must only be clickable if there are detail records
associated with that row.
What is the best way of doing this please?
I have a GridView that is displaying master records. Some of these records
have child records.
I would like to a column to my master GridView such that for each master
record that has detail records, it displays a hyperlink that then takes the
user to the details page. If a master record doesn't have any children, I
just want it to display its ID with no hyperlink.
In a nutshell: the cell must only be clickable if there are detail records
associated with that row.
What is the best way of doing this please?