remove bindingsource for gridcontrol
This commit is contained in:
parent
ae9613d56e
commit
3dcca628a6
@ -481,9 +481,7 @@ Public Class ClassControlCreator
|
||||
|
||||
Next
|
||||
|
||||
Dim oSource As New BindingSource() With {.DataSource = oDatatable}
|
||||
|
||||
oControl.DataSource = oSource
|
||||
oControl.DataSource = oDatatable
|
||||
oControl.RefreshDataSource()
|
||||
oControl.ForceInitialize()
|
||||
oView.PopulateColumns()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user