Hi All,
I have an issue with DropDownEditorButton and UltraTextEditor. I am adding custom control to DropDownEditorControl ButtonRight collection. The issue I have is the custom control resembles the UltraTextEditor with the DropDownEditorButton. The custom control makes some service calls as soon as the user starts typing and is being used in several palces in the application, hence I can not change it. The main problem is:1. The user needs to click on the dropdown for the control to show and when it show it exactly resembles the UltratextEditor. Is there a way to automatically open the custom control and place it on the column and not below whenever the column receives focus before the user starts typing.
Please see the attached image
Thanks
I'm afraid I do not understand what you are asking.
Can you explain in more detail exactly what you are trying to acheive?
I'm sorry, I wasn't so clear . The goal is to have a custom control as the editor control of a column. So i decided to take an approach you stated in one of your post. I'm using UltraTextEditor with DropDownEditorButton. I attached my custom control to the control property of DropDownEditorButton. I added the the DropDownEditorButton to ButtonRightCollection of the UltraTextEditor. The problem is the user will have to click on the DropDown icon of the UltraTextEditor for my control to be visible
Question: I don't want my user to click on the dropdown icon of the UltraTextEditor. Once the UltraTextEditor receives input, I want my control to be visible right on top of UltraTextEditor and not below.
I hope this is clearer