This question is locked. New answers and comments are not allowed.
Hello,
I currently have an issue with a gridView.
1- I fill the grid with my source with Revenue Datas.
Whith IENumerable MyDataSourse.
2- It's possible to reload the grid with new Datas so i call:
(IENumerable source too)
All is working fine but, if i've Revenue in my first source and % in my second source, the data Format still be Revenue Format.
Any way to reset my grid ?
Regards
I currently have an issue with a gridView.
1- I fill the grid with my source with Revenue Datas.
this
.radGridView.ItemsSource = MyDataSource;
Whith IENumerable MyDataSourse.
2- It's possible to reload the grid with new Datas so i call:
this
.radGridView.ItemsSource = XmlContentFile.getGridDataSource(research);
(IENumerable source too)
All is working fine but, if i've Revenue in my first source and % in my second source, the data Format still be Revenue Format.
Any way to reset my grid ?
Regards