I was wondering if it was possible to implement the following using a RadGrid:
Let's say my grid is populated with data that is already sorted by an "Event Name" column, then by an "Event Time" column. There are typically a few hundred total records divided by 10 records per page. I would like to be able to "jump to" the next change in value for a particular column. Ideally, there would be left/right arrow buttons on the bottom paging bar that would set the current page index to that of where the next/previous chunk of "Event Name" entries starts/ends.
Does anybody know if something like this is achievable?
Let's say my grid is populated with data that is already sorted by an "Event Name" column, then by an "Event Time" column. There are typically a few hundred total records divided by 10 records per page. I would like to be able to "jump to" the next change in value for a particular column. Ideally, there would be left/right arrow buttons on the bottom paging bar that would set the current page index to that of where the next/previous chunk of "Event Name" entries starts/ends.
Does anybody know if something like this is achievable?