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
685
Windgrid:While Scrolling content renderation having problem
posted

Hi All,

          I am using win grid controls, where i am binding the UltraControlContainerEditor inside every cells .and the every container has different image mappings based on our logic. Now the problem starts when I am start scrolling the grid. It overlaps the content of grid. For clarity i have attacheced one screen shot..Please have look into the matter and let me know if any solution you have..Thanks in advance

please check the last column of my attachement to find the problem : 

Note : on intializing row event i am binding the container Control as showed below

e.Row.Cells[

 

"Host"].EditorComponent = UltraControlContainerEditor control ;

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    Why are you setting the EditorComponent property on every cell? Why not simply set it on the Column? I don't know if that has anything to do with the problem you are getting here, but it's extremely inefficient.

    If that does not help, then the first thing I recommend is that you make sure you have the latest service release. This looks like it might be a bug that was already fixed.

    How to get the latest service release - Infragistics Community

    If that still does not help, then we will need a small sample project demonstrating the issue so we can check it out.

Children