I am creating a search box, which dynamically displays the search results as you type.For these purposes I am using an UltraTextEditor control with an UltraGrid as the drop-down control (DropDownEditorButton).Because there are different number of results on each keystroke, I would like to resize the UltraGrid to the proper size.Unfortunatelly the UltraTextEditor/DropDownEditorButton seems only to refresh the size on dropdown event.Which only happens for the first time, because I keep the results visible...How can I dynamically resize the UltraTextEditor/DropDownEditorButton's control to refresh, on each TextChange event?Regards,Mike
Hi Mike,
At this time, there is no way to dyncamically size the DropDown once it is open. You should submit this to Infragistics as a feature request:
Request a Feature or Component
Can we use an API to close the DropDown and use another API to open it again immediately? When it is re-opened, the size should be changed.