We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

1.6.8 about GridControl

I cann''t use GridControl.BindingContext,but in the link "help://Syncfusion.EssentialSuite/Syncfusion.EssentialSuite/Syncfusion.Grid~Syncfusion.Windows.Forms.Grid.GridControl_members.html" has this member. please help me. :(

1 Reply

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.

Loader.
Live Chat Icon For mobile
Up arrow icon