Hi,
I would appreciate if the GridColumnMenuCheckboxFilter will expose an event that can be intercepted when clicking the three dots.
Thank you.
Regards.
Hello Team,
I've gone through a requirement like Multicolumn combo box should allow to multiple selection, but it's not available as of now, could you guys please consider it as feature request, MultiColumn should allow multiple selection.
Multiselect with Multicolumn combo box | View Ticket | Your Account
Thanks & Regards -
Revanth
Hey Progress,
We're loving KendoReact. Great work!
Regarding Ticket 1680673, would you please add more Flexbox properties to the StackLayout component? Especially justify-contnent: space-between;.
More specs available at https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content.
Regards,
Carey Best
Hi,
Add this feature.
Hi,
The first render of a DatePicker component with an onOpen prop throws an error: Unknown event handler property `onOpen`. It will be ignored.
Reproduction:
1. Open https://stackblitz.com/edit/react-xje2zdjc?file=app%2Fapp.tsx
2. The error will appear in the console
Expected behavior:
No errors in the console
DateTimePicker - TRL support in case of no value - "שנה/חודש/יום" instead of "יום/חודש/שנה" when the format is YYYY/MM/DD
The Data Grid does not work properly with large datasets. In the example below with one million records, it is impossible to scroll to the bottom of the grid.
Firefox: Rows fail to render after scrolling past approximately 200,000 rows.
https://stackblitz.com/edit/react-aaxnyzxm?file=app%2Fapp.tsx
URL: https://codesandbox.io/p/sandbox/objective-blackburn-jvz3py
User Impact:
Hi,
After pasting a value into the input box of the DatePicker I am then unable to clear it. The value of the DatePicker is correctly set to null, but the value displayed in the input box is unchanged.
Reproduction steps:
1. Open the grid filtering demo,
2. Copy any of the date values from the grid, e.g. 9/20/1996, and paste it into the "First Ordered On" filter,
3. Clear the filter using the clear button.
Result:
The value remains in the input box.
Expected behaviour:
The value should not be visible in the input box.