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
No Data
Reply
  • 138253
    Offline posted

    Hello Dan,

     

    Thank you for your post. I have been looking into it and  since this is not a known issue, I cannot be completely sure what can cause it, so could you please send an isolated sample project, where this is reproduced, so I can investigate it further for you.

     

    Looking forward for your reply.

Children