editor without mvc?
editor without mvc?
searching the web for alternatives about having crud functionality into datatables, with several issues about all that examples, just checking if editor datatables work without mvc into asp.net
i have webservices, for get all the items, add item, delete item and edit item... but just webservice with json, not mvc
Editor can work with that?
Sorry if is a silly question, but that will be one of the variables to buy this plugin.
Thanks.
This question has an accepted answers - jump to answer
Answers
Yes, Editor will work with any data source, as long as it follows the client / server communication required by Editor. You can also use
preSubmit
andpostSubmit
to manipulate the data sent to and fro should the server-side not exactly correspond to that protocol.Allan