Click here to Skip to main content
15,885,767 members
Articles / Web Development / HTML

DataGrid View with "CRUD operations" using Dojo DataGrid, JsonRest Store, Entity Framework, SQL Server, ASP.NET MVC Web API

Rate me:
Please Sign up or sign in to vote.
4.86/5 (6 votes)
7 Jul 2013CPOL4 min read 70.7K   3.8K   36  
DataGrid View with "CRUD operations" using Dojo DataGrid, JsonRest Store, Entity Framework, SQL Server, ASP.NET MVC Web API
You must have MVC 4 installed.
If not, you can install using the standalone MVC 4 installer by link below:
http://www.microsoft.com/en-us/download/details.aspx?id=30683

For decreasing the size of demo, some dll has been deleted from project Bin 
directoy. If you have MVC 4 installed, when you Build the solution, deleted 
files will add automatically. If you encounter any error check that bin directory
contais all the files below:

Antlr3.Runtime.dll
DojoDataGrid.dll
DojoDataGrid.pdb
EntityFramework.dll
EntityFramework.xml
Microsoft.Web.Infrastructure.dll
Newtonsoft.Json.dll
Newtonsoft.Json.xml
System.Net.Http.dll
System.Net.Http.Formatting.dll
System.Net.Http.Formatting.xml
System.Net.Http.WebRequest.dll
System.Net.Http.WebRequest.xml
System.Net.Http.xml
System.Web.Helpers.dll
System.Web.Helpers.xml
System.Web.Http.dll
System.Web.Http.WebHost.dll
System.Web.Http.WebHost.xml
System.Web.Http.xml
System.Web.Mvc.dll
System.Web.Mvc.xml
System.Web.Optimization.dll
System.Web.Providers.dll
System.Web.Razor.dll
System.Web.Razor.xml
System.Web.WebPages.Deployment.dll
System.Web.WebPages.Deployment.xml
System.Web.WebPages.dll
System.Web.WebPages.Razor.dll
System.Web.WebPages.Razor.xml
System.Web.WebPages.xml
WebGrease.dll

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United Kingdom United Kingdom
“If you can't explain it simply, you don't understand it well enough.”
Albert Einstein

Comments and Discussions