views:

59

answers:

1

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?

A: 

No, not directly. You could load an array or XML from two sources then bind that, but you can't bind it directly.

Jeff
thanks for the answer
ilkin