Hi
This is a graphical issue.
I don't know how to add an empty column to SfDataGrid when ItemSource is bound to a DataTable, because i dont know how many columns will be loaded.
This is the result i would like to achieve using ColumnSizer="AutoWithLastColumnFill".
In this case i set the columns in XAML.
But when i bound ItemSource to a DataTable, columns are auto-generated because i dont know at design time the table resulting from a user generated query.
The default behaviour of SfDatagrid is this one
So
How can i add an empty column when SfDataGrid is bound to DataTable
Th