How can I add fields to DataGrid without using DataBindin or accesing DataSource Property ( I've done it already); for insert new data. Kind of an empty DataGrid. I need to build a bill.
In windows forms, it should look like:
thanks
Hi,
You can add fields to the xamDataGrid through Xaml or through code, however, they will become visible once you bind the xamDataGrid to a data souce.
Best Regards,
Yanko