Hi,
How to automatically adjust the column width based on the contents, using GridGroupingControl ?
It can be done in Visual Studio's DataGridView by setting the attribute AutoSizeColumnMode to DisplayedCells,
Is there a similar way in GridGroupingControl?
thanks :)