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

DatabindingComplete event not firing upon datasource changes after latest update

1 Answer 610 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 08 Mar 2013, 05:19 PM
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.

1 Answer, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 13 Mar 2013, 01:00 PM
Hi Ben,

The
DataBindingComplete event is fired only when the data binding operation is complete and it is related to the DataSouce and DataMember properties, which are used to change the current data source of RadGridView. If you continue to experience the issues, please open support ticket and send me a sample application to investigate the issue locally and find best solution for the case.

Thank you for you time and cooperation.

Regards,
Julian Benkov
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
Tags
GridView
Asked by
Ben
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or