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
60
UltraControlContainerEditor editting control messed up after scroll
posted

Hello,

I have a custom control that is added to the grid column via the UltraControlContainerEditor.  I have defined both an editting control as well as a rendering control (which happen to be pointing to different instances of the same class).  Everything is working when the grid comes up...editting and rendering are solid and I am happy with it.  However, if the main grid is sized smaller so that a horizontal scroll bar appears and I actually scroll to the right and then back...then the control drawing gets messed up.  When in rendering mode everything is still fine...however when I click on the control (going to rendering mode) my control rendering is "off".

I have tried with both EnterEditModeMouseBehavior = EnterEditModeAndClick and with this not set...to no avail.  Do you have any suggestions?

Parents Reply
  • 1622
    posted in reply to Mike Saltzman

    Mike,

    Im glad you were able to duplicate the issue, however, the problem still exists.  I just sent a video to support@infragistics.com showing the issue even when there is no custom creation filter for the grid at all.  Out QA was not able to record his mouse for some reason, but here are the steps he followed:

    I scrolled down dragging the scroll thumb(not mouse scroll), clicked into the bottom Assoc PIN/Password box, scrolled up using scroll thumb again, clicked into radio button, scrolled back down using the scroll thumb and clicked bottom submit.

    On a side note, thanks for your suggestion on not setting the row height property inside the creation filter for the grid.  Could you suggest a better place to determine and set the corret height for the row, so that the row is displayed properly, like the first screenshot below, not the second

     

    Thanks,

    Chris

Children