Click here to Skip to main content
15,921,660 members

Comments by stmk69 (Top 1 by date)

stmk69 25-Aug-14 9:13am View    
Probably I didn't explain my problem clearly.
I would like to build string according to the @Html.LinkTo helper. For example if I have 3 rows, I want to have 3 different links because of the different parameters.

¦1¦ aaa1 ¦ aal2 ¦ link = /controller/action/1¦ use first column as a parameter
¦2¦ bbb1 ¦ bbl2 ¦ link = /controller/action/2¦ use first column as a parameter
¦3¦ ccc1 ¦ ccl2 ¦ link = /controller/action/3¦ use first column as a parameter

Then return that link in json result and use it in jQuery datatable.
If it is necessary I will send the code in my view that should i replace.
Regards
Stole