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
754
Flat Datasource, but nested/expandable Grid row?
posted

Hello All,

while I am aware of the hierarchical features of the xamDataGrid, my question relates to the idea of showing overflowing columns of a data row by expanding it, so that the user does not need a horizontal scroll bar. The number of columns is fixed, so I can clearly decide which rows are seen in the "overview", and which should go into "details".

However, it seems that this is not possible at all for the xamDataGrid. The idea also could be to have a self-referencing field somehow spit out by the view model, by having a getter that returns essentially a "this" pointer, but it is somehow strange to me.

Any ideas on that?

BR Florian

Parents
No Data
Reply
  • 6365
    Offline posted

    Hello Florian,

     

    Thank you for choosing Infragistics.

     

    Would you please provide me with more detailed information in regards to the Layout of the XamDataGrid you would like to achieve? By saying "Flat DataSource" are you saying that you would like to keep the DataSource initially empty or something else? In order not to use a horizontal ScrollBar, how would you like to visualize each Field for every Record? Having this information would help me further investigate this matter for you.

     

    Looking forward to hearing from you.

Children