I'm dealing with a huge amount of data, so I'm trying to pull back only the data that needs to be shown at that moment. I'm also trying to make that work with Paging, Filtering, and Sorting (multiple columns). All of the Grid examples I've seen in the demo focus on one of those things only (if it's a custom implementation).
What I'm hoping to do is have all of the page, filter, and sorting information available to me on any of those events that might fire. For example if someone adds a filter, and I'm then in the ItemCommand event, I need to see what the current page and page size are, what sorting is currently set, and what other filters are already applied. From there I can write my own query to the database and get only the data I need.
Is this possible and if so how? Is there a good example of this I can look at?
Thanks!
Alex
What I'm hoping to do is have all of the page, filter, and sorting information available to me on any of those events that might fire. For example if someone adds a filter, and I'm then in the ItemCommand event, I need to see what the current page and page size are, what sorting is currently set, and what other filters are already applied. From there I can write my own query to the database and get only the data I need.
Is this possible and if so how? Is there a good example of this I can look at?
Thanks!
Alex