Using GridWeb, using bound data columns. Need to dynamically (for each row) generate a hyperlink that includes a parameter ("?Id=RecordId"), where Record Id is in a bound data row, but it is not one of the displayed columns; I can display it if it makes life easier.... I cannot use a straight URL, as I need to invoke our portal's javascript function; in MS grids, I use template fields and simply do have an href, e.g. href="BLOCKED SCRIPTEPCM.doNavigate('ShowDetails?recordId=<%# Eval("RecordID") %>')"
How can I do this with Aspose grid Web? If at all possible, I'd like to do it all on the client side for speed pusposes (i.e. the href is best)