Click here to Skip to main content
15,895,084 members
Articles / Desktop Programming / WPF

Automatic WPF Toolkit DataGrid Filtering

Rate me:
Please Sign up or sign in to vote.
4.91/5 (109 votes)
21 May 2010BSD6 min read 1.4M   23.5K   167  
This article discusses a component that enables automated content filtering for the WPF Toolkit DataGrid.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataGridFilterTest", "DataGridFilterTest\DataGridFilterTest.csproj", "{BA4417D8-3C70-4016-BFCC-56CFDC3A58F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataGridFilterLibrary", "DataGridFilterLibrary\DataGridFilterLibrary.csproj", "{512FD53F-9AD1-46A1-A961-9FABDFAD50C5}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release with Code Analysis|Any CPU = Release with Code Analysis|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{BA4417D8-3C70-4016-BFCC-56CFDC3A58F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BA4417D8-3C70-4016-BFCC-56CFDC3A58F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BA4417D8-3C70-4016-BFCC-56CFDC3A58F9}.Release with Code Analysis|Any CPU.ActiveCfg = Release|Any CPU
		{BA4417D8-3C70-4016-BFCC-56CFDC3A58F9}.Release with Code Analysis|Any CPU.Build.0 = Release|Any CPU
		{BA4417D8-3C70-4016-BFCC-56CFDC3A58F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BA4417D8-3C70-4016-BFCC-56CFDC3A58F9}.Release|Any CPU.Build.0 = Release|Any CPU
		{512FD53F-9AD1-46A1-A961-9FABDFAD50C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{512FD53F-9AD1-46A1-A961-9FABDFAD50C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{512FD53F-9AD1-46A1-A961-9FABDFAD50C5}.Release with Code Analysis|Any CPU.ActiveCfg = Release|Any CPU
		{512FD53F-9AD1-46A1-A961-9FABDFAD50C5}.Release with Code Analysis|Any CPU.Build.0 = Release|Any CPU
		{512FD53F-9AD1-46A1-A961-9FABDFAD50C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{512FD53F-9AD1-46A1-A961-9FABDFAD50C5}.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 BSD License


Written By
Software Developer Fireminds
Croatia Croatia
Sanjin Matusan - C#, WPF, SQL, .NET

Comments and Discussions