This is a migrated thread and some comments may be shown as answers.

Telerik.Windows.Controls.MaskedTextBox.ExtendedTextBox is missing in the 2016 release

3 Answers 111 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tirumala Manikanta
Top achievements
Rank 1
Tirumala Manikanta asked on 05 Apr 2016, 03:54 PM

Hi,

Telerik.Windows.Controls.MaskedTextBox.ExtendedTextBox is missing in the latest 2016 Toolkit. Please let me know if this has been removed and if so, what is the replacement for this.

3 Answers, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 08 Apr 2016, 06:59 AM
Hi Tirumala Manikanta,

Thank you for contacting Telerik Support.

Let me start with first that the RadMaskedTextBox was migrated to RadMaskedInput and the ExtendedTextBox was part of its ControlTemplate. It was also used in other controls in their older versions.

In order to help you to migrate your application, you can give use more information.
1. Which control from our UI for WPF suite you are using?
2. Have you set any custom style in your application? 

We are looking forward to your answer.

Regards,
Dinko
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Tirumala Manikanta
Top achievements
Rank 1
answered on 11 Apr 2016, 03:00 AM

Hi Dinko,

Thanks for your response.

We are using ExtendedTextBox in Silverlight directly in the code to create a textbox like below.

Telerik.Windows.Controls.MaskedTextBox.ExtendedTextBox extTextBox = new Telerik.Windows.Controls.MaskedTextBox.ExtendedTextBox ();

After replacing the dll the above line is throwing below error.

Error 3 The type or namespace name 'ExtendedTextBox' does not exist in the namespace 'Telerik.Windows.Controls.MaskedTextBox' (are you missing an assembly reference?) 

0
Dinko | Tech Support Engineer
Telerik team
answered on 13 Apr 2016, 10:47 AM
Hi Tirumala Manikanta,

Let me start with that the ExtendedTextBox inherits the native TextBox control. So we can suggest replacing the ExtendedTextBox with just a TextBox control.

If there is a particular reason which is stopping you from using just a TextBox you can send us more information about the approach that you are trying to implement in your application.

Regards,
Dinko
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
General Discussions
Asked by
Tirumala Manikanta
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Tirumala Manikanta
Top achievements
Rank 1
Share this question
or