I have a TelerikGrid with OnRead set with code that retrieves Paged data via an API.
I store the items + page number + total items etc so that when the user returns they see their previous search.
I tried using OnStateInit, but it only lets me set the page number - not the data items or total results.