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
1475
Ultra Drop Down in Win Grid Cell
posted

Hi All-

I have an Ultra Drop Down in one of the Win Grid Cell where the user can pick one of the value. I want the drop down width to be equal to the corresponding grid cell. I have resize all columns set on the Win Grid.  Is there any property on the Ultra Drop Down which can be set to adjust it's size based on the parent Grid Cell width.

 Thanks in Advance.

Parents
  • 469350
    Verified Answer
    Offline posted

    I think you can do this just by setting the DropDownWidth property on the UltraDropDown to a specific value like 0, -1, or -2. I forget which, but either try all three or check the documentation and it should be listed. 

    If that doesn't work, you could handle the BeforeCellListDropDown event of the grid and set the DropDownWidth to the width of the column at that point. 

Reply Children