Home › Forums › WinForms controls › Xceed Grid for WinForms › How to clear data bindings › Reply To: How to clear data bindings
I think you should be able to just set the <b>DataSource</b> and <b>DataMember</b> properties of the GridControl to their new values.
To clear the databindings, set both properties to <i>null</i> (<i>Nothing</i> in VB.NET).
Imported from legacy forums. Posted by Tommy (had 158 views)