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

Add a Tree Menu to DataGrid Header Text

Rate me:
Please Sign up or sign in to vote.
4.67/5 (15 votes)
9 Nov 2005CPOL1 min read 75.5K   1.3K   78  
This article shows how to add a JavaScript tree menu to a DataGrid head text.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataGridWithTreeMesu", "http://localhost/DataGridWithTreeMesu/DataGridWithTreeMesu.csproj", "{B2C530DC-8691-4BCD-A7A7-89A245C398D2}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{B2C530DC-8691-4BCD-A7A7-89A245C398D2}.Debug.ActiveCfg = Debug|.NET
		{B2C530DC-8691-4BCD-A7A7-89A245C398D2}.Debug.Build.0 = Debug|.NET
		{B2C530DC-8691-4BCD-A7A7-89A245C398D2}.Release.ActiveCfg = Release|.NET
		{B2C530DC-8691-4BCD-A7A7-89A245C398D2}.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
Web Developer
United States United States
M.S.: Computer Science, B.S.: Physics, MCSD: .NET, MCSD: VS 6

Florence currently works at Confident Software, Inc. Atlanta, U.S.A. Besides programming, during her spare time she enjoys opera.

Comments and Discussions