A few days back I was trying to create an editable grid using ReactJs with Mvc.net and nodeJs but didn't find any good working examples on this topic. So I had to struggle a lot to make it work. Then this blog's idea came into my mind, in this blog I will try to provide the exact steps to create an editable grid with ReactJs using Mvc.net. software Requirement/prerequisites: Visual studio, NodeJs Steps: 1. Create a new project and select MVC as shown in the screenshot Now click on the Create button and Now select MVC Now with the above steps default MVC application is created. 2. Now Add DataBase in App_Data folder or skip this step if you already have a DataBase. Now add employee table or any table in the DB 3. Now generate Entity Framework entities using the above DB. 4. Now create 'react' name folder under scripts folder and open this react folder in wi...
Learn coding with examples and steps...