Hi,
I have a so many input fields in the View. All fields is binded with the some attributes which has the type as String. So we can store more characters.
Now the problem is: I want to restrict the user to allow only 10 chars for some of the fields even it is binded with the String data element. Is this possible and If possible how to achive this?
Currently i am testing with length & width porperty of input fields, but both are not working.
Warm Regards,
Vijay