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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -