Hello,
I am using the WPF GridView and I am having issues with the control.
The issue arises when I change the header text of a column and then try to sort.
Code: [name].Header = "Test Header"
When I change the name (changes the name fine) but when I go to sort, all data is removed or goes blank. If I do not change the header it works just fine.
Please let me know if this is a known issue or if there is a different way to dynamically set the header text.
Thank you.
I am using the WPF GridView and I am having issues with the control.
The issue arises when I change the header text of a column and then try to sort.
Code: [name].Header = "Test Header"
When I change the name (changes the name fine) but when I go to sort, all data is removed or goes blank. If I do not change the header it works just fine.
Please let me know if this is a known issue or if there is a different way to dynamically set the header text.
Thank you.