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
  • 3707
    posted

    dmichener said:

    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.

    Can you attach the sample application to this? To attach the project use the options tab when you're replying. I tried a ton of different menu layouts to reproduce the problem and didn't have trouble at all getting the ® to show up or any symbol.

    It is possible there was a bug fix for this issue after 2010.1, so you might want to check service releases available. In my test I used the 2010.2 release.

Reply Children