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

Popular posts from this blog

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -