I m using the mvc telerik grid.
While adding the new record, it is getting textboxes, for those input controls, need to restrict max number of characters for ex: 20.
Please help me..
Thanks in Advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
We can get the id of the particular of the column ( for ex: codeId) and add the property of maxlength onEdit client event. The grid has an OnEdit client event for that event written a function javascript where it has the necessary prop included for the input fields.