While the Kendo UI for Angular Grid comes with built-in filtering functionality, sometimes you need to allow users to control what the filters show. We can do that too. Let’s take a look.
There’s a strategy for using a grid effectively in your application and it absolutely depends on how effectively you support client-side filtering. The Kendo UI for Angular Data Grid gives you the power to do whatever you need.
Today, we will learn how to extend and customize Kendo UI components in our app using Angular directives. Directives help us with replicating configuration and behavior without adding extra components, and they have clear, scalable, semantic and transparent code.