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
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.
Hi Mike
Thanks a lot....
I was not aware of this control DropDownEditorButton...I will try to explore and do some POC
to imitate the behavior as it is required for our application.
Regards