Click here to Skip to main content
15,881,844 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.6K   3.8K   36  
DataGrid View with "CRUD operations" using Dojo DataGrid, JsonRest Store, Entity Framework, SQL Server, ASP.NET MVC Web API

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DojoDataGrid", "DojoDataGrid\DojoDataGrid.csproj", "{4FE7893C-1C75-4B8E-9A4B-52F884EB67BD}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{4FE7893C-1C75-4B8E-9A4B-52F884EB67BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4FE7893C-1C75-4B8E-9A4B-52F884EB67BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4FE7893C-1C75-4B8E-9A4B-52F884EB67BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4FE7893C-1C75-4B8E-9A4B-52F884EB67BD}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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