Editable datatable with asp.net MVC
Editable datatable with asp.net MVC
naruka.chetan@gmail.com
Posts: 1Questions: 0Answers: 0
Hello Team
I have 2 requirements
1. I would like to have one data table which would bind with JSON data. I will get this JSON data from Controller/action on page load. How to bind datatable using JSON +MVC
2. I would like to create editable datatable which will have checkbox and textbox.
Please help me to create it or share any source code.
thanks
chetan
This discussion has been closed.
Replies
1) This page in the manual shows how you can read JSON data in DataTables.
2) Editor has .NET libraries which can be used on the server-side to create editable tables.
Allan