replace null value with zero in kendo ui mvc grid with inline editing -
i have kendo grid inline editing mode. i'm trying replace empty (null) value 0 on edit. model decimal , not nullable makes kendo validation fire , shows "this field required" message. doesn't fire grids "save" event @ all.
so, can extend validation of kendo grid? or there other way fix problem?
Comments
Post a Comment