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

Version string

1 Answer 71 Views
MaskedTextBox
This is a migrated thread and some comments may be shown as answers.
Wayne Hiller
Top achievements
Rank 1
Veteran
Iron
Wayne Hiller asked on 09 Apr 2018, 02:01 PM

Is it possible to use the MaskedTextBox for entering a software version string? major.minor.revision.build? 

 

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 11 Apr 2018, 10:00 AM
Hi Wayne,

You can define the mask property of the MaskedTextBox component to match the format you are referring. It would be similar to the following.

$("#version").kendoMaskedTextBox({
  mask: "000.000.0000.0000"
});


I have also assembled a small dojo illustrating the behavior.


Give it a try and let me know how it works for you.


Regards,
Viktor Tachev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
MaskedTextBox
Asked by
Wayne Hiller
Top achievements
Rank 1
Veteran
Iron
Answers by
Viktor Tachev
Telerik team
Share this question
or