Hi, can we use directives or something similar to change the appearance of the Kendo-Grid like
<kendo-grid NewApparenceDirective [kendoGridBinding]="data()">
I need to create a reusable, very lightweight grid.
Removing the background (set it transparent), removing some borders, changing text size, and so on.
What is the way to accomplish and reuse it on a lot of our components
Thanks