The default buttons on the navGrid are not working with a .NET web service which needs an $.ajax call with the following two properties to work:
contentType: 'application/json; charset=utf-8',
datatype: 'json',
I've gone in grid.formedit.js to force the ajax calls to have these two and now the headers are OK, but the POST payload is not in JSON format:
|
1 2 |
Date=2008-01-01&Payee=Expensive+payee&ExpenseType=Production&Description=This+is+a+test+description+edited<br /> &Amount=2500&id=79953eca-7f1b-4f96-aede-79518c2964c9&oper=edit |
|
1 |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top