Hi,
How we can set maxlength property to a column(data type string) in kendo Grid.
I am using following code in model but it is not working.
[Required(ErrorMessage = " ")]
[MaxLength(50)]
public string Description { get; set; }
Can any one help me as soon as possible ?
Thanks,
Go to the complete details ...