In .net grid mode, we have the " DataPropertyName " property , where we can specify the name of the column that you want to bind
Sample Code:
dataGridView1.Columns[index].DataPropertyName=
myDataSource.Tables[index].Columns[index].ColumnName);
Any body please help me how to do this in DevExpress Extra Grid Control
Thanks in advance
source
share