[Bug][Grid] GridColumnMenuProps does not have the full list of properties
Opened this issue · 1 comments
I'm submitting a...
- Bug report
Current behavior
The GridColumnMenuProps must contain information about "filterable", "sortable", and "groupable" from the Column definition, but they are undefined.
Additionally, the GridColumnMenuProps.column does not contain the full definition of the column.
Expected behavior
All of the listed properties from the documentation must be available:
https://www.telerik.com/kendo-react-ui/components/grid/api/GridColumnMenuProps/
Minimal reproduction of the problem with instructions
Open the example: https://stackblitz.com/edit/react-lv4ftm-fzoet2?file=app%2FcolumnMenu.tsx,app%2Fapp.tsx
Open the column menu for the ProductName column and check the browser console. You will notice that "filterable", "sortable", and "groupable" values are incorrect.
Package versions:
8.2.0
Also, please ensure that "props.column" has all properties from the GridColumn configuration