This is a migrated thread and some comments may be shown as answers.

Reset Column format on GridView

1 Answer 53 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Charles-Henri
Top achievements
Rank 1
Charles-Henri asked on 29 Apr 2011, 04:14 PM
Hello,

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

1 Answer, 1 is accepted

Sort by
0
Charles-Henri
Top achievements
Rank 1
answered on 30 Apr 2011, 09:30 PM
Hello,

Problem Solved, just a problem in my dataSource.

Regards
Tags
GridView
Asked by
Charles-Henri
Top achievements
Rank 1
Answers by
Charles-Henri
Top achievements
Rank 1
Share this question
or