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
220
UltrapopupControlContainer
posted

Hi,

I have a form on which i have a UltraPopupControlContainer, and TextBox ,

I have added the UltraGrid as the control to be displayed in the PopupControlContainer..

On TextBox Change i am showing the UltraPopupControlContainer, but i am not able to fix the location of the UltraPopupControlContainer just below the text box control.

Please let me know if there is any workaround for fixing the location of the UltraPopupControlContainer at some location on the form.

Thanks

Manoj

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi Manoj,

    I'm not sure I understand your question. Why can't you call the show method on the PopupControlContainer and pass in a location?

    If you want a textbox with a dropdown grid, then you might want to consider using UltraTextEditor and using the ButtonsRight collection to add a DropDownEditorButton with the grid as it's control.

Reply Children
No Data