AD
Administrator
Syncfusion Team
July 6, 2003 04:01 PM UTC
The grid inherits its binding context from its parent so try setting the grid's BindingContext to the BindingContext of the form to see if that makes things work.
this.dgStock.BindingContext = this.BindingContext;
XP
XP
July 6, 2003 07:43 PM UTC
It works. Thanks again Clay!