Event for DataSource update

Hi, i need to find an event that is raised when the Datasource of a GriddGoupingControl is changed. I want to loop through the "TableDescriptor.Columns" collection and assign each column a languagespecific name. But this should only be done once a DataSet is loaded into the Grid TIA, Oliver

3 Replies

AD Administrator Syncfusion Team November 17, 2004 10:35 AM UTC

By change teh datasource, do you mean actually setting gridGroupingCOntrol1.DataSource to a new value? If so, you can try this event. this.gridGroupingControl1.TableSourceListChanged


OL Oliver November 17, 2004 11:48 AM UTC

Is that a version 3 Event only ?? Can''t find it. I am using the latest Version 2 Release


AD Administrator Syncfusion Team November 17, 2004 03:24 PM UTC

Yes, it is 3.0. In earlier versions, try grid.Engine.SourceListChanged.

Loader.
Up arrow icon