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
80
CRUD with DataTable
posted

Hello

I just want to do CRUD operation with DataTable.

And I do not Konw where to begin ,I could not find something helpfull in the help.

So please I would appreciate any help

Thank

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    If you are binding a XamDataGrid to a DataTable, the XamDataGrid will automatically update the underlying source, so what you need to do is to submit the changes to the back-end database.

Children