It is a frequent situation when a developer must include several field values in a hyperlink shown in CardView column cells. The best solution to this problem is to use templates. The attached example shows how this can be done and suggests two similar approaches:
1) In a simple case, the href parameter of the <a> element is defined by the KeyValue of the processed card.
2) In a complex case, the href parameter of the <a> element is defined in the server side GetCardValue method.
1) In a simple case, the href parameter of the <a> element is defined by the KeyValue of the processed card.
2) In a complex case, the href parameter of the <a> element is defined in the server side GetCardValue method.