Is there a way to add action links that redirect to another page?
Is there a way to add action links that redirect to another page?
esalazarmasaya
Posts: 1Questions: 1Answers: 0
I need to incorporate in the last column three actionLinks (Edit, Detail, Delete) and that these direct me to another page each one.
Answers
You can use
columns.render
to render links, etc. Here are some rendering examples. You can use delegated click events to get the row data of the clicked row like this example.Kevin