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
40
Expand a row in XamDataGrid
posted

Hi,

I am new to Infragistics, and I have a simple XamDataGrid binded to a List<Items>.

I want the user to be able to expand any row, and see more details regarding the selected row in the expanded area beneath the row.

Can someone demonstrate how to do it please?

 

Thanks,

Eran.

Parents
  • 69686
    posted

    Hello Eran,

    If you have in mind something like "Row Details" feature, this is not a built-in functionality yet in the XamDataGrid. However, one way that you can achieve this is with some custom field positioning and styling. I have created a small project for you which is attached to this post. Below you can see a screen capture of the result you will achieve.

    WpfApplication8.zip
Reply Children