Is there a demo of using a Grid in a Partial View where you are sending the view a model that contains an IEnumerable of what you want in the Grid? If possible I'd like it to show paging and sorting as well.
I can get this to partially work for me by using BindTo, but once you try to page or sort it does not work out.
I can get this to partially work for me by using BindTo, but once you try to page or sort it does not work out.