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.
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.
Could you please post a sample code on how to do this? Thanks!
Hi,
travisnation said:Could you please post a sample code on how to do this?
What exactly are you looking for a sample of?