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
1240
Incorrect data displayed when scrolling
posted

We have been experiencing rows in our grid showing the wrong data.  After extensive research, we have narrowed it down to the RecordContainerGenerationMode.  When set to Recycle, and the grid is scrolled via code behind by 1 record, it sometimes shows the contents of the scrolled out record in the record that is scrolled into view.  I used Snoop to look at the data bound to the UI.  The data is correct for the row, but what is being present to the user is wrong.  I changed the RecordContainerGenerationMode to LazyLoad and the condition goes away.  However, scrolling becomes painfully slow.  Is there anything we can do to ensure the proper data is shown to the user, while not affecting the performance of the scrolling?

Thanks

Dan

Parents Reply Children