This question is locked. New answers and comments are not allowed.
Hy,
can i delimit the inputted string length to 12 chars?
my field in the database had only 12 chars. But i can input more than 12 chars in my DataformDatafield.
If i input more than 12 chars i get an Entity.ValidationError by the submit.
is it not possible to say, that the user can only input 12 characters? i found no property for that...
here is my definition:
<telerik:DataFormDataField DataMemberBinding="{Binding mark,Mode=TwoWay}" Label="Mark:" />
The field mark hat only 12 chars, what i have to change, that the end user can only input 12 chars?
Volker