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

Includes needed for only MaskedTextBox/Validation

1 Answer 74 Views
MaskedTextBox
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 24 Jan 2020, 05:52 PM

Is it possible to just include the kendo.maskedtextbox.min.js in my page? instead of the 3MB kendo.all.min.js file?

What are all the includes needed for maskedtextbox and validation? 

Thanks!

1 Answer, 1 is accepted

Sort by
0
Alex Hajigeorgieva
Telerik team
answered on 28 Jan 2020, 12:54 PM

Hi,

You can use the Custom Download Builder Tool to create the custom scripts needed. You can select the widgets and functionalities using the checkboxes. In the end, you will see the included files and they can be downloaded.

For your specific needs, the files are:

<script src="https://kendo.cdn.telerik.com/2020.1.114/js/kendo.core.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2020.1.114/js/kendo.maskedtextbox.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2020.1.114/js/kendo.validator.min.js"></script>

Regards,
Alex Hajigeorgieva
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
MaskedTextBox
Asked by
Tim
Top achievements
Rank 1
Answers by
Alex Hajigeorgieva
Telerik team
Share this question
or