FIX. RadGridView - find next/previous buttons do not navigate the results in the displayed order when grouping is applied and paging is enabled
To reproduce:
1. Perform searching in the grid.
2. Group by a random column.
3. Navigating with next/previous buttons do not navigate the results in the displayed order.
Workaround: set the EnablePaging property to false.