Creating a link in a column?
Assuming the following XML:
How can I make a link in the grid using the AccountID column (column 0) as part of the HREF URL and the AccountNumber column (column1 1) as the HREF text?
There are no examples in the documentation, and all of the answers in the forum appear to be for version 1.
<root>
<row AccountID="1" AccountNumber="1001"/>
<row AccountID="2" AccountNumber="1002"/>
</root>
How can I make a link in the grid using the AccountID column (column 0) as part of the HREF URL and the AccountNumber column (column1 1) as the HREF text?
There are no examples in the documentation, and all of the answers in the forum appear to be for version 1.
Duane Roelands
June 9,