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

Masked Textbox with Kendo MVC

1 Answer 107 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Denis
Top achievements
Rank 1
Denis asked on 29 May 2013, 02:04 AM
Hi all.

Currently, I have the following code in my project:
@Html.TextBoxFor(model => model.CPF, new { alt = "cpf", style = "width: 150px;" })

Now, I would like to transform it in a Kendo control with a mask like that: "000.000.000-00". How can I do that with Kendo?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 29 May 2013, 08:40 AM
Hello Denis,

 Kendo UI doesn't provide a widget which supports the requested behavior.

Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Denis
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or