ASP.NET Grid Tip: How To Check For Empty Values In Header Filter

Posted by: The ASPx Blog, on 17 Mar 2009 | View original | Bookmarked: 0 time(s)

Heres a quick and useful tip for finding empty values when using the ASPxGridViews header filter. For example, if you have a Date column: And you want to find all the Orders which have an Empty ShippedDate value, then follow these 2 simple steps: Override the ASPxGridViews HeaderFilterFillItems event Add the following 2 lines of code: C# Version: protected void ASPxGridView1_HeaderFilterFillItems(object sender, DevExpress.Web.ASPxGridView.ASPxGridViewHeaderFilterEventArgs e) { ...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: GridView | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1704 | Hits: 55

Similar Posts

  • VS 2010 Code Intellisense Improvements (VS 2010 and .NET 4.0 Series) more
  • Take Caution with WinForms DataGridView RowPrePaint more
  • Multiple child views with RadGridView for WinForms more
  • Silverlight Release History : Q2 2009 (version 2009.2.701) more
  • Web.UI ASP.NET Grid: Synchronize Checkbox States with Row Selection more
  • WPF Release History : Q1 2009 SP2 (version 2009.1.526) more
  • Silverlight Release History : Q1 2009 SP2 (version 2009.1.526) more
  • Introduction to HealthvaultDevelopment #11: Data filtering more
  • Silverlight Release History : Q1 2009 SP1 (version 2009.1.413) more
  • WPF Release History : Q1 2009 SP1 (version 2009.1.413) more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD