Click here to Skip to main content
15,896,421 members
Articles / Web Development / ASP.NET

Implementing a Custom DataGrid Selection Column Step by Step

Rate me:
Please Sign up or sign in to vote.
3.18/5 (5 votes)
20 Feb 2008CPOL3 min read 27.2K   267   18  
The purpose of this article is to demonstrate the architecture of the DataGrid TemplateColumn class using an example implementation of a DataGrid custom selection column.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridDemo", "http://localhost/GridDemo/GridDemo.csproj", "{C7A254D0-EB3E-4111-BAF2-C44AEFDB0A7C}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeWorks", "CodeWorks\CodeWorks.csproj", "{82CC1B3D-220A-4376-BF52-7AEF36B6F53A}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{C7A254D0-EB3E-4111-BAF2-C44AEFDB0A7C}.Debug.ActiveCfg = Debug|.NET
		{C7A254D0-EB3E-4111-BAF2-C44AEFDB0A7C}.Debug.Build.0 = Debug|.NET
		{C7A254D0-EB3E-4111-BAF2-C44AEFDB0A7C}.Release.ActiveCfg = Release|.NET
		{C7A254D0-EB3E-4111-BAF2-C44AEFDB0A7C}.Release.Build.0 = Release|.NET
		{82CC1B3D-220A-4376-BF52-7AEF36B6F53A}.Debug.ActiveCfg = Debug|.NET
		{82CC1B3D-220A-4376-BF52-7AEF36B6F53A}.Debug.Build.0 = Debug|.NET
		{82CC1B3D-220A-4376-BF52-7AEF36B6F53A}.Release.ActiveCfg = Release|.NET
		{82CC1B3D-220A-4376-BF52-7AEF36B6F53A}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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) Systems Limited
Pakistan Pakistan
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions