This question is locked. New answers and comments are not allowed.
Hello,
Is there an example of a RadDataGrid with a Flipview behind (double tap)?
I'm having the following problems:
- I have a column that has a "sortdirection" in the XAML, but when executed, the data isn't sorted (although there is an arrow that it's sorted).
- running through the same records in the flipview (in the same order) as in the RadDataGrid (filtered and sorted)
- remembering the grid state when coming back from the Flipview (i.e. the sorting and filtering)
Thanks for the information.
Regards,
Koen
[EDIT] The second problem is already solved. I use the function GetDataView to retrieve the filtered and sorted records from the grid and then I use that as the Datacontext for the FlipView.
Is there an example of a RadDataGrid with a Flipview behind (double tap)?
I'm having the following problems:
- I have a column that has a "sortdirection" in the XAML, but when executed, the data isn't sorted (although there is an arrow that it's sorted).
- running through the same records in the flipview (in the same order) as in the RadDataGrid (filtered and sorted)
- remembering the grid state when coming back from the Flipview (i.e. the sorting and filtering)
Thanks for the information.
Regards,
Koen
[EDIT] The second problem is already solved. I use the function GetDataView to retrieve the filtered and sorted records from the grid and then I use that as the Datacontext for the FlipView.