We have a requirement where each row of one of the column will have a hyperlink and upon clicking on it we need the details of that row be displayed. For ex:
ColumnA ColumnB ColumnC AA1 BB1 CC1 AA2 BB2 CC2
Here values of ColumnA will have hyperlinks and if I click AA1, I need another resultSet based on AA1 to be bound to the grid. For Ex
ColumnA1 ColumnB1 ColumnC1 AAA1 BBB1 CCC1
Is this possible with XamGrid?
Hello,
How/where do you rneed the A1/B1/C1 column information to be displayed? Do you have any screenshots mocking the desired result?
Thanks,