ASP.NET GridView: How-To Add Multiple Check-Box Column Filter
Posted by: The ASPx Blog,
on 01 Jul 2011 |
View original | Bookmarked: 0 time(s)
Check out this slick Code Central sample that shows you how to add a multiple selection header filter to the DevExpress ASP.NET GridView: Code Central Sample: Implementing pivot grid like filtration style How to use Code Central How-To: To get a header filter like our ASPxPivotGrid, here's a short explanation: Add an <img> tag to the column's CaptionTemplate Container Then handle its' click event and show the PopupControl containing all required items. It is...