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
101
ToolbarManager prevents standard TextBox control from receiving special character input
posted

When you have an UltraToolbarsManager in your form, and the DockWithinContainer property is set to 'Me/this', then any standard Textbox control that is on the same form you will no longer be able to input special characters like ® (Trademark, etc.) by typing "Alt-0174" into the text box.

Soon as you remove the UltraToolbarsManager or have the DockWithinContainer property not set to 'Me/this' then you can enter the Trademark symbol via "Alt-0174" into the Textbox.

Using VS 2008, and Infragistics 2010.1 I was able to recreate a sample application that demonstrates this problem.

Parents Reply Children