This is a migrated thread and some comments may be shown as answers.

Filtering blank values in kendo grid

1 Answer 1705 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
Aiswarya
Top achievements
Rank 1
Aiswarya asked on 19 Apr 2017, 05:15 AM

Hi,

I am developing a MVC Project with kendo ui. One of the requirement is to filter blank values in grid columns. The filter option should be a part of existing filter options present with column headers. How can we implement the same?

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 20 Apr 2017, 02:33 PM
Hi Aiswarya,

If I understand correctly, you want to filter out null/empty values in the Grid using the filter menu of Grid columns. If this is so, this functionality is available in the Grid b default. You just need to use the Is Not Null filter. Check the following Dojo with some empty values:
http://dojo.telerik.com/@tsveti/OLULaX/3

Applying an Is Not Null filter on the Units in Stock column removes the last two rows with empty values. You can also see a video here: https://www.screencast.com/t/xGhrydRbPVH.

Regards,
Tsvetina
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Data Source
Asked by
Aiswarya
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or