Pending Review
Last Updated: 10 Apr 2025 10:58 by Kürşad
Kürşad
Created on: 10 Apr 2025 10:58
Category: KendoReact
Type: Feature Request
0
It is not possible to set default values for the column menu. Applying a default filtering to the grid could not affect the column menu.

It is not possible to set default values for the column menu filter.  Applying a default filtering to the grid could not affect the column menu.


const initialFilter = {
  logic: "and",
  filters: [
    {
      field: "name",
      operator: "contains",
      value: "bu",
    },
  ],
};
I want to see values and operators of initial filtering in column menu.

 

0 comments