when putting grid into new item creation state it should be possible to put new item with some predefined fields. Current it is realy difficult to achieve that: using datasource and insert do not contain isNew on model, also put it on top of grid page is difficult, not possible using model.set. on edit event causing fireing save event when it should be fired only when item is realy saved.
Hi,
Use the data source schema model fields defaultValue and new models will be automatically assigned those values upon creation:
https://docs.telerik.com/kendo-ui/api/javascript/data/model/methods/define
Kind Regards,
Alex Hajigeorgieva
Progress Telerik