Click here to Skip to main content
15,893,814 members
Articles / Programming Languages / C#

Datagridview with filtering capability

Rate me:
Please Sign up or sign in to vote.
3.55/5 (21 votes)
20 Jun 2007CPOL2 min read 140.4K   11.2K   65  
Datagridview with filtering capability
<?xml version="1.0" encoding="utf-8" ?>
<ColumnsToBeFiltered>
  <ColumnName>Branch</ColumnName>
  <ColumnName>City</ColumnName>
</ColumnsToBeFiltered>

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
Architect
Netherlands Netherlands

Read my personal blog at www.manasbhardwaj.net.


Comments and Discussions