Hello,
I am using Kendo datasoure with kendo grid for inline editing.
When i add/create a new row, the new row is posted to my create URL(i am using post). my problem is in the query params, the value of the id field is zero, is there a way to make it empty or remove it from the query string, in some js event.before posting it to the create url.
Thanks.
I am using Kendo datasoure with kendo grid for inline editing.
When i add/create a new row, the new row is posted to my create URL(i am using post). my problem is in the query params, the value of the id field is zero, is there a way to make it empty or remove it from the query string, in some js event.before posting it to the create url.
Thanks.