Thumbnail View Resource
Source

http://www.codeproject.com/favicon.ico www.codeproject.com (The Code Project), posted 2010-05-21

Added By

Avatar BillHenn on 2010-05-21

Vitals
1score
  • 11041 total views
Summary
Discusses a component that enables automated content filtering for the WPF Toolkit DataGrid.
Excerpt
"The article discusses a component that enables automated content filtering for the DataGrid (WPF Toolkit DataGrid or System.Windows.Controls.DataGrid). The inspiration was the article "DataGrid with built-in filter functionality" (for Windows Forms) that was also published on CodeProject. A specific characteristic of this component is that it is not an inherited DataGrid control, but instead a new style is made for the DataGrid's header. That makes future upgrades easier, and increases compatibility with the DataGrid control. Using this component is extremely simple, you only need to set a new style for the DataGrid header: ColumnHeaderStyle. With the release of .NET Framework 4.0, DataGrid has become part of the framework, so there also is a Visual Studio 2010 solution without WPFToolkit.dll."
Full Link

http://www.codeproject.com/kb/wpf/datagridfilterlibrary.aspx

About The Code Project

The Code Project is a community of software development and design developers joined together with certain common goals: to learn, to teach and to have fun programming. Developers from all over the world come together to share source code, tutorials and knowledge for free to help their fellow programmers. It is extremely popular and is one of the best places on the web to look for open source implementations of .NET control, components, and techniques. http://www.codeproject.com/

The WPFpedia resource guide has 238 total links to this site.

Votes

Avatar edubah

Comments 

There aren't any comments yet for this resource. Be the first to add one!

Add a Comment

Please log in to post comments.

Tags

Tasks

Thumbnail Screenshots by Thumbshots