Hi guys,
Is it possible to bind a particular column in datagridview to another datasource, while all other columns are bound to same datasource as the gridview?
Hi guys,
Is it possible to bind a particular column in datagridview to another datasource, while all other columns are bound to same datasource as the gridview?
No, not directly. You could load an array or XML from two sources then bind that, but you can't bind it directly.