Solmanager
Top achievements
Rank 1
Solmanager
asked on 06 Feb 2014, 01:00 PM
Hi!
When I change the value of RadTextBox CharacterCasing to CharacterCasing.Upper, this RadTextBox lost the focus.
Why? Does it has a solution?
Thanks
When I change the value of RadTextBox CharacterCasing to CharacterCasing.Upper, this RadTextBox lost the focus.
Why? Does it has a solution?
Thanks
3 Answers, 1 is accepted
0
Hello,
Thank you for writing.
Can you please tell me how can I reproduce the undesired behavior? How are you changing the CharacterCasing property of the control - in the constructor, on Load, in some other event?
I am looking forward to your reply.
Regards,
Stefan
Telerik
Thank you for writing.
Can you please tell me how can I reproduce the undesired behavior? How are you changing the CharacterCasing property of the control - in the constructor, on Load, in some other event?
I am looking forward to your reply.
Regards,
Stefan
Telerik
Check out the new Telerik Platform - the only modular platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native apps. Register for the free online keynote and webinar to learn more about the Platform on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT).
0
Solmanager
Top achievements
Rank 1
answered on 07 Feb 2014, 10:38 AM
Hello Stefan,
I'm changing the CharacterCasing in the Window Load Event.
The sintax which I use is the next one:
Regards,
Juan
I'm changing the CharacterCasing in the Window Load Event.
The sintax which I use is the next one:
public
Binding Bind(IBindableComponent control)
{
(control
as
Telerik.WinControls.UI.RadTextBox).TextBoxElement.TextBoxItem.TextBoxControl.Focused;
// Is True
(control
as
Telerik.WinControls.UI.RadTextBox).TextBoxElement.TextBoxItem.TextBoxControl.CharacterCasing = CharacterCasing.Upper;
(control
as
Telerik.WinControls.UI.RadTextBox).TextBoxElement.TextBoxItem.TextBoxControl.Focused;
// Is False
}
Regards,
Juan
0
Hello Juan,
Thank you for writing back.
On my end the characters in the text box are correctly upper cased. Please refer to the attached sample application which I have used for my tests.
If you continue experiencing issues, please modify the sample I have provided and get back to me with it so I can investigate the precise case.
I have converted this forum thread into a support ticket in order to allow attachments. You can find it in your Telerik account.
I am looking forward to your reply.
Regards,
Stefan
Telerik
Thank you for writing back.
On my end the characters in the text box are correctly upper cased. Please refer to the attached sample application which I have used for my tests.
If you continue experiencing issues, please modify the sample I have provided and get back to me with it so I can investigate the precise case.
I have converted this forum thread into a support ticket in order to allow attachments. You can find it in your Telerik account.
I am looking forward to your reply.
Regards,
Stefan
Telerik
Check out the new Telerik Platform - the only modular platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native apps. Register for the free online keynote and webinar to learn more about the Platform on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT).