i have binded itemsource to Datatable for Datagrid . it shows extra columns how to remove it
My code :
I was fighting over this for some times now, the Width="\*" solved my problem while datagrid ColumnWidth="*" not working in my case.
Width="\*"
ColumnWidth="*"