I am using asp.net mvc kendo tools. I have a int property from my c# model side, see below:
public class MyModel { [Required] public int MyIntField {get