Interestingly I was just thinking of putting together an example of that for Editor 1.3 :-). I don't have an existing example though I'm afraid. What is the issue you are having?
I've read that article but since it was written there has been a more elegant way to get CRUD functionality with DataTables using JED. JED was designed to work with DataTables on the Java platform. You might want to check it out: http://jed-datatables.ca/jed/
Replies
Allan
I have been following http://www.codeproject.com/Articles/193068/Adding-data-management-CRUD-functionalities-to-the
by Jovan Popovic without a lot of success so far. He outlines editing the Master records, which is fine.
"The devil is in the Details". :-)
Allan
http://www.codeproject.com/Articles/165410/ASP-NET-MVC-Editable-DataTable-jQuery-DataTables-a
I wasn't aware of your Editor product. That seems like a fine way to go, but I really want an example of editing the Details records.
Thanks for your response.