My model has fields: [name, info].
When I'm sending XHR to the server, I see in chrome network tab that it sent the fields but also it has added fields [id, guid].
Why does KendoUI do it and how do I disable sending those fields?
1 Answer, 1 is accepted
0
Kiril Nikolov
Telerik team
answered on 28 Jun 2013, 11:56 AM
Hi,
If you want to modify the parameters sent to the server please use the parameterMap method of the DataSource transport. More information about it can be found in the corresponding documentation: