Hi,
I am trying to reset the calculated column width of a detailsview sfdatagrid at runtime.
For the parent datagrid I do this:
MainDataGrid.GridColumnSizer.ResetAutoCalculation(MainDataGrid.Columns[0]);
MainDataGrid.GridColumnSizer.ResetAutoCalculation(MainDataGrid.Columns[1]);
MainDataGrid.GridColumnSizer.Refresh();
This works fine - however, I am unable to find out to do the same for the child sfdatagrid of the selected item (on the main sfdatagrid).
Is there a way to achieve this and if yes, how?
Kind regards,
Niels van Strien
>