Home › Forums › WinForms controls › Xceed Grid for WinForms › Problem with databinding !! › Reply To: Problem with databinding !!
After <i>grd.DataSource = data.LoadQueue</i> set the <b>BindingContext</b>-property to a new BindingContext:<code>grd.<b>BindingContext</b> = New <b>BindingContext</b></code>
Imported from legacy forums. Posted by Tommy (had 222 views)