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
110
how to add row names to XamDataGrid while still otherwise autogeneratin columns
posted

I am binding a DataTable to a XamDataGrid and would like to have row names.

Can I have a manually added first column that binds to an observableCollection or is there some other way of doing this short of inserting it into the table?

thanks

Parents
  • 7375
    Verified Answer
    Offline posted

    Hello Terill,

    Thank you for contacting. We do not have any row naming feature in the XamDataGrid but you are right you can add this name column through your datasource . or you can add it as unbound column to the grid .

    To understand unbound column you can refer to this online help doc.

    Or another way could be do column grouping ,explained here .

    Let me know if you have further question or concern.

    Regards

Reply Children
No Data