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
760
XamDataGrid - How to define the field layout from Xaml?
posted

Hi,

I have a table ABC, which has foreign key constraint to 3 more tables. Now i want to bind the table ABC to a XamDataGrid.  So that i  can see the records of all the dependency tables.

I need to define the field layout for all these 3 tables along with the table ABC manually in the XAML.

can anyone suggest me, how to do this?

Regards,

Sagar

Parents
  • 138253
    Offline posted

    Hello Sagar,

     

    Thank you for your post. I have been looking into it I created a sample project for you with the functionality you want. Basically the thing you should do when you want to define the FieldLayout when you have DataSet is to add Fields with names equals to the Relations Names in the parent FieldLayout. Please let me know if you need more clarifications on this matter.

     

    Looking forward for your reply.

    XamDataGridDataSetFieldLayout.zip
Reply Children