I need to preserve the filter, page, sort of my grid after moving off the page and coming back to it. I found using a cookie to preserve grid state in the code library: http://www.kendoui.com/code-library/web/grid/preserve-grid-state-in-a-cookie.aspx. I have an MVC application, so I am having some difficulty understanding what is going on in the example, and what I would need to do to make this work with MVC. Can someone explain how to make this logic work with MVC?