AD
Administrator
Syncfusion Team
March 11, 2004 12:37 PM UTC
GridControl inherits from Control, so BindingContext is a member of GridControl since it is a member of Control. But, GridControl does not support any binding through this BindingContext object. If you need databinding using a BindingContext, then you would have to use GridDataBoundGrid and its DataSource property, or in 2.0, you can use teh GridGroupingControl.
If you want to bind something to a GridControl, then you must do it in a virtual manner, using QueryCellInfo and SaveCellInfo events/overrides.