Once updating to the latest version of the Winform controls the databindingcomplete event appears to not fire for us upon removing a column from the datasource of our RadGrid.
The application simply loads a CSV file we specify, and populates the grid with all the columns found in the CSV and we give the user the option to remove some of those columns. The grid is set to AutoGenerate the columns since each CSV file could be slightly different.
We were previously running our application on the 2012_1_12_0215 version and we just updated to the 2013 Q1 controls (2013_1_220). To ensure that this is not something in our application I have created a simple winform app that mimics this part of our application and when I use the latest dll's, the databinding complete event does not fire after a column is removed, but when I reference the older dll's, the event does fire.
If you need to see a sample of this, please provide me with somewhere to upload my sample application so you can see the behavior.
The application simply loads a CSV file we specify, and populates the grid with all the columns found in the CSV and we give the user the option to remove some of those columns. The grid is set to AutoGenerate the columns since each CSV file could be slightly different.
We were previously running our application on the 2012_1_12_0215 version and we just updated to the 2013 Q1 controls (2013_1_220). To ensure that this is not something in our application I have created a simple winform app that mimics this part of our application and when I use the latest dll's, the databinding complete event does not fire after a column is removed, but when I reference the older dll's, the event does fire.
If you need to see a sample of this, please provide me with somewhere to upload my sample application so you can see the behavior.