I am using a WCF Web Service to populate my kendo grid.
I currently am returning a List of item objects ( List<items> ). Now I need to enable server side paging and am at a loss as to how to go about this. I know I have to return total, but how do I add the total to what I'm returning?
Also what arguments do I need to add to my method in order to receive the skip, take, page, pageSize, etc from the grid?