Editor
Editor

I am using Editor with Asp.net MVC. when I edit a record, the library calls a action method that takes formcollection. if there a function to extract viewmodel from the formcollection. I want to extract view model so that I can insert couple of audit trails record besides editing the main table. I am sorry to say the documentation on editor is not as good as jquery datatable.
This discussion has been closed.
Answers
If you are using the .NET libraries provided with Editor then server-side events are how you would implement audit trails.
There is an example of that in this blog post.
Allan