Allow customization of the top-right icon in the Adaptive View header (DatePicker and DateTimePicker)
Currently, when we pass an empty string ("") or leave the title undefined for a GridColumn, the Grid automatically falls back to rendering the column's field name as the header title (inside the .k-column-title span).
Please see the example - https://codesandbox.io/p/sandbox/silly-wind-tpfg8n
When column "Unit Price" is locked, while moving the horizontal scroll bar, the group header is sticky (expected behavior), but the group footer is not sticky (wrong behavior).
Provide a set of utility functions for safely creating, traversing, updating, and deleting filters inside nested CompositeFilterDescriptor trees.
Be able to to modify the cut-off point depending on what baseUnit is selected in a chart time series.
e.g.
Given the following data points:
Data = [
Friday 10th Oct: 123,
Saturday 11th Oct: 54,
Sunday 12th Oct: 77,
…,
Tuesday 20th January: 10,
]
If baseUnit = year
Currently what happens is:
1st Jan -> 1st Jan -> 1st Jan
What we want:
10th Oct -> 10th Oct -> 10th Oct
If baseUnit = month
Currently what happens is:
1st Oct -> 1st Nov -> 1st Dec
What we want:
10th Oct -> 10th Nov -> 10th Dec -> etc
*Edge case of 29th, 30th, and 31st:
Default to last day of the month
Oct 31st -> Nov 30th -> Dec 31st
If baseUnit = week
Currently what happens is:
Sunday 5th Oct -> Sunday 12th Oct -> Sunday 19th Oct
What we want:
Friday 10th Oct -> Friday 17th Oct -> Friday 24th Oct -> etc
If baseUnit = day
This is our minimum unit so everything works
The examples from https://www.telerik.com/kendo-react-ui/components/intl/i18n/loading-data work with cldr* packages up to version 47.0.0. The Current version 48.0.0 causes an error:
Cannot read properties of undefined (reading 'replace')
User Impact:
Screen reader users will miss important descriptive details on the pager section, making navigation unclear.
This can lead to confusion and difficulty in understanding page context or available actions.
KendoReact
Open the URL: https://www.telerik.com/kendo-react-ui/components/grid in edge browser in windows.
'React Data Grid Overview' page will be open.
Press tab key to navigate to the pager section.
Verify whether screen reader is announcing descriptive information on the pager section in windows or not.