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
1440
How to fill grid cell with the rendering and editing controls in a ultracontrolcontainereditor
posted

Hello

I have a ultradropdownbutton user control that pops a ultrapanel.  It is include as the editing control withing a ultracontrolcontainereditor.  When the ultrawingrid is filled with the data and I go into edit mode for the column that the  ultracontrolcontainereditor is associated with, it doesn't fill up the available space in the grid cell.  How do you force this to take place when the cell size is dynamically set via the AutoFitStyle.ResizeAllColumns for the ultrawingrid?

Thanks

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    The EditingControl is automatically resized by the ControlContainerEditor to fit the cell it is being displayed in. If that is not happening, then something is wrong.

    Are you sure your EditingControl is sizeable? Is there an AutoSize property? If so, you will need to turn that off.

    What version of the controls are you using? This could be a bug in the version you are using. Try getting the latest service release and see if that helps.

    How to get the latest service release - Infragistics Community

    If not, perhaps you can post a small sample project here which demonstrates the issue.

Children