Hello
I have a ultradropdownbutton user control that pops a ultrapanel containing 2 buttons --- (OK and Cancel). This user control is in a separate DLL and is embedded into a ultrawingrid cell. Here are my questions covering a variety of areas. Please advise on each question with details of how to accomplish.
Thanks in advance
Clay Seifert
Hi Delong,
I'm not exactly sure what you mean by "container". You mean like the form itself?
This is not possible because there is only one EditorControl servicing multiple cells. Only one cell can be in edit mode and using the editor control at any given time.
I suppose, in theory, the UltraControlContainerEditor could be enhanced in the future to allow you to create a new control for every cell and always display that control over the grid, but there's no way to do that right now, and I'm not really sure it's feasible.
Re: the single click to enter edit mode (after setting EnterEditModeMouseBehavior on the UltraControlContainerEditor to EnterEditModeAndClick) - is it possible to enter edit mode as soon as the container loads?
Hello Clay,
This issue has been resolved in the latest Service Release as of the date of this post.
I have submitted a development issue for the issue Mike mentioned above.
Hey Mike.
Got it! Thank you very much for your help. If our paths ever cross -- I'll buy you beer.
Clay