kendo ui - How to configure an Extension Library Rest Service so I can delete documents from a KendoUI Grid -
my kendoui grid gets data viewjsonservice rest service in xpages. write rest service able delete documents grid, cannot figure out.
how do delete using rest services in xpages?
use xe:documentjsonservice
- http method delete or
- http method post , x-http-method-override header delete
have here more information.
Comments
Post a Comment