当前注册人数423000人 邮箱: 密码: 注册新用户 忘记密码
首页 C/C++/MFC C# ASP.NET VB.NET MATLAB Android   站内搜索 下载代码说明/积分规则
为什么要注册?

1. 可以直接免费从本站下载代码,防止邮件发送不到您的邮箱,或登录不了国外网站

2. 可以设定关键字,当有您关心的代码收录时,邮件通知您

3. 对这里的代码进行评分和评论

4. 可以和大家一起分享你的源代码,得到更多的建议

DataGrid with built-in filter functionality

支持过滤功能的DataGridView网格控件源代码

2008年01月12日
C#, Windows, .NET, Win2K, WinXP, Win2003, Visual Studio, ADO.NET, WinForms, Dev
这个控件扩展了标准的.NET控件DataGrid,使得网格控件内嵌字段过滤功能,演示程序需要NorthWind数据库支持,你可以直接对各个列/字段进行大于小于或等于的过滤操作。
相关知识

//create an instance

FilterableDataGrid grid = new FilterableDataGrid();
//styles should be generated automatically

grid.EmbeddedGrid.AutoCreateTableStyles = true;
//bind the data source

grid.DataSource = myDataTable.DefaultView;

源代码原文下载:
DataGrid with built-in filter functionality A reusable component which extends the DataGrid and adds functionality for real time filtering. This component further extends the functionality of the DataGrid by adding filtering capabilities in an easy, automated and customizable way. The functionality goes beyond the requirements I had in my special case. But I thought it might be a good idea to make something sophisticated which can be used at various places.

源码图片

点击链接查看大图
从本站下载附件及源代码(1个附件,已经成功下载1549次)

最值得关注的外文源代码

Clog - Client Logging, WPF Edition
XPTable - .NET ListView meets Java's JTable
Finger Print Verification System
How to read MS Excel 2007 using a connection string in C#
评论(评论是增加积分的一个有效途径)
字数在300字内
请如实评论
本源代码共评论184次,此处显示最近20次评论! 查看所有评论

saizeoda  2023年05月18日
看看是什么
saizeoda  2023年05月17日
不错,学习
bitsofa  2021年10月09日
这个看到不错ilo
9sun  2018年05月18日
帅选
zsspri  2016年10月18日
不错学习下
前方  2016年09月22日
好东西
杨进  2016年03月17日
参考学习
cina19  2015年02月02日
数据库是2007的,现在新的OFFICE版本都读不了。不过代码还是可以看得,就是不能看见演示效果。
ha1234  2014年08月07日
沒有積分
萧瑟  2014年02月22日
不错啊~~~~~~~~~~~
niaiyaolong  2013年10月05日
下载了。研究一下,谢谢
kennyshi  2013年06月25日
恩,可以
Zelion  2013年01月10日
运行了一下,还不错,功能强大。。
nglingching1  2012年09月28日
谢谢
x63857850  2012年07月16日
好东西,学习中。。
zap123chen  2012年06月09日
支持过滤功能的DataGridView网格控件源代码
zap123chen  2012年06月09日
挺好用的,谢谢
lo20061  2012年06月03日
挺好用的,谢谢。
皮呀皮  2012年05月21日
yjf2934  2012年04月01日
不错学习下
字数在300字内
请如实评论
200万国内源码搜索
CopyRight (C) codesoso.com 2007-2009 All Rights Reserved zhihuishi   免责声明