Hello,
I'm using a BindingNavigator and a RadGridView on the same Form with the same BindingSource.
If I change the sorting in the RadGridView it has no effects on the BindingNavigator or the BindingSource sorting.
Going to the next item by clicking on the BindingNavigator will result in jumps in RadGridView
Using the original GridView with the BindingNavigator, they always have the same sorting.
I also tried to use the RadGridView.SortChanged event to set the BindingSource-sorting but the SortChangedEventArgs are always nothing.
Is there a solution or can you give me a hint how to solve this problem?
Thanks
Christian
I'm using a BindingNavigator and a RadGridView on the same Form with the same BindingSource.
If I change the sorting in the RadGridView it has no effects on the BindingNavigator or the BindingSource sorting.
Going to the next item by clicking on the BindingNavigator will result in jumps in RadGridView
Using the original GridView with the BindingNavigator, they always have the same sorting.
I also tried to use the RadGridView.SortChanged event to set the BindingSource-sorting but the SortChangedEventArgs are always nothing.
Is there a solution or can you give me a hint how to solve this problem?
Thanks
Christian