How to avoid the automatic zero value in a Kendo int textbox from Grid Edit screen or inline edit?

前端 未结 0 1620
醉梦人生
醉梦人生 2020-12-31 00:26

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题