This question is locked. New answers and comments are not allowed.
Hi,
I have implemented custom binding as described in this example:
http://demos.telerik.com/aspnet-mvc/razor/grid/custombinding
It works for me, but I have one question:
I have implemented Custom code for paging.
I would also like to Sort, but do not want to write any custom code to do this.
i.e. I would like to take advantage of the built in sorting for this.
Therefore in my method decorated with the below attribute:
Or:
Can I do something in my view to indicate I want to do the default sorting?
Thanks.
I have implemented custom binding as described in this example:
http://demos.telerik.com/aspnet-mvc/razor/grid/custombinding
It works for me, but I have one question:
I have implemented Custom code for paging.
I would also like to Sort, but do not want to write any custom code to do this.
i.e. I would like to take advantage of the built in sorting for this.
Therefore in my method decorated with the below attribute:
[GridAction(EnableCustomBinding = true)]Can I do something to invoke the built in/default sorting
public ActionResult _CustomBinding(GridCommand command)
Or:
Can I do something in my view to indicate I want to do the default sorting?
Thanks.