To limit the string length, assign an integer number to the maxLength option. By default, the string length is unlimited.
$(function() { $("#textBoxContainer").dxTextBox({ maxLength: 10 }); });
Additional comments/thoughts:
If you have any questions, submit a ticket to our Support Center.