How to handle order[i][column] in server-side processing.

How to handle order[i][column] in server-side processing.

hasbarhasbar Posts: 4Questions: 2Answers: 1

Hi, I use server-side processing in MVC Project.I could handle search parameter by setting it
[Bind(Prefix = "search[value]")] string search
How can I handle order[i][column]? it's always null and doesn't work.

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.