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.
Thank you for the provided sample and feedback.
I created the following case for you: ' CAS-172791-Q8T2G9 ' and will update you through it. You could see it in your account in the 'Support Activity' page.
The development issue with ID of 218867 has been fixed and it is available in the latest Service Release. You can download the Service Release by logging in our web site and then going to Account\My Keys and Downloads page.
Thank you for using Infragistics Components.
Thanks Tacho,
Setting the LayoutMode="FillContainer" gives us the desired look and behavior. We were originally setting the width of the SplitPane to achieve this same look, the LayoutMode property must have eluded us.
For future users, this issue is supposed to be addressed in the next service pack, set to be released June 24, 2016.