Hello everybody,

I have a DataTable and I bind the DataTable with DataGrid. It shows all the columns with equal width. In these columns, I have a description field which contains large data. I need to increase width of this particular column of DataGrid.

Thanks.