Hi,
I would like to convert my dataset which contains one table into a datagrid in order to get the width of each column to add many groups title with the correct width just above.
I've tried " mydatagrid.ItemsSource = mydataset.Table[0].defaultview;" and it works properly except this instruction doesn't fill any columns in my datagrid so i can't get any width of any columns.
If anyone have an idea, thanks a lot.