Your search did not match any results.
Gantt

Header Filter

The DevExtreme JavaScript Gantt component allows users to filter a particular column by values listed in a pop-up menu. To open this menu, click the filter icon in the column header.

Display Header Filter Icons

Set the headerFilter.visible property to true to display filter icons for all columns. To hide the filter icon for a specific column, disable that column’s allowHeaderFilter property.

Enable Search in Header Filters

Users can search for values in a header filter. To display the search bar, set the allowSearch property to true in the global headerFilter object or in a column’s headerFilter object. At the column level, use the searchMode property to specify the comparison type.

Change Available Filter Values

A header filter consists of unique values in its column. To change the filter values, group them with the groupInterval property or bind the data source to this header filter.

Thank you for your interest in our ASP.NET MVC product libraries and UI component suite. We are moving ASP.NET MVC-related demos and content to DevExpress.com. Please make sure to update your bookmarks with our new URL.

View Demo