Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
270
Adding Fields
posted

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

 

  • 2125
    posted

    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