AD
Administrator
Syncfusion Team
July 17, 2003 12:43 PM UTC
If this is a GriddataBoundGrid, then make sure the grid's BindingContext is the same as the form's BindingContext. Try setting,
Me.Grid.BindingContext = Me.BindingContext
If this does not help, can you post a sample project showing the problem, or submit a Direct Trac support incident with a sample?