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
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.