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
305
XamDataGrid - Vertical Scrolling Issue with BringCellIntoView
posted

Hello,

BringCellIntoView does not scroll correctly to the cell which is not visible (will be visible when you scroll to the right) when the datagrid is loaded. BringCellIntoView works correctly, once you manually scroll from left to the right in the grid. As a workaround, right now we are scrolling from left to right in the code behind but obviously this is not an elegant solution. We would like to know if this is a known issue or not? Do XamDataGrid lazily initializes the cells in the back-end so that BringCellIntoView does not scroll to the right cell in the first attempt?

We are using the latest service release of 2012.12.

Thank you.