We recently updated our application to use 16.1.20161.1000 references and have noticed some new grid loading oddities. Our scenario is that we have a XamDockManager that has several ContentPanes that host XamDataGrids (see code for idea). The DataSources for these grids are bound and update successfully. The problem is that the records don't take up the height of the grid. Only a single record is displaying at the top with a micro-scroll bar, which lets you scroll through each record one by one rather than displaying all of the records that it can fit.
Hello Danielle,
Thank you for choosing Infragistics.
I have been looking into your issue and I was not able to reproduce the behavior you have described.
I have created and attached a sample application by setting it according to your code-snippet. I have also set the AutoFit property of the XamDataGrids to True, which automatically resizes the grids so they can fit accordingly. Would you please take a look at the sample and modify it according to your functionality so the issue is reproduced and send it back to me? Having this information would help me further investigate this matter for you.
Looking forward to hearing from you.
Hi Tacho,
Thanks for looking into the issue. Our scenario involves DataView's that are empty upon initialization, and based on user interaction are filled with data (updated via the binding). After further investigation it seems like navigating away from the page and back, or resizing the window also seems to "fix" this issue. I was able to reproduce the issue by altering the sample provided.