kendo-ui-core
kendo-ui-core copied to clipboard
An HTML5, jQuery-based widget library for building modern web apps.
## I'm submitting a... Bug report. Check other widgets with updated rendering for a similar behavior. ## Current behavior The setOptions method re-enables a disabled widget. ## Expected behavior The...
### Bug report In a touch-environment a tap / click on the down arrow does not properly open the menu. "not properly", because You actually can open the menu, when...
### Bug report Spreadsheet exports corrupted xlsx when containing conditional formatting cells ### Reproduction of the problem 1. Run https://dojo.telerik.com/@Dimitar-Goshev/olaWAwUb 1. Export to xlsx 1. Try to open in excel...
### Bug report In the FileManager's Grid view, if the Grid has alwaysVisible set to false, the Pager has k-pager-sm class which causes it to display as if viewed on...
### Bug report ### Reproduction of the problem Dojo example: https://dojo.telerik.com/@sspasova/OdOwagUY 1. Scroll the Grid ### Current behavior The data is requested, but it is not displayed in the Grid....
### Bug report Horizontal and vertical lines appear in the merged Spreadsheet cells when they are disabled. ** Possible workaround could be to apply the following CSS: ``` #spreadsheet >...
#### Bug report Shift selection is not working correctly when multi-column headers are configured in a grid and selectable: "multiple cell" is configured #### Reproduction of the problem Dojo :...
### Bug report In case the inline editing is enabled in the Grid and also there is a selectable column, checking/unchecking the selectable column will check/uncheck all the checkboxes on...
The Pager breaking points are hard coded, as stated in the documentation: https://docs.telerik.com/aspnet-core/html-helpers/data-management/pager/responsive#breaking-points Is it possible to provide an option to modify these three points (360px, 480px, and 600px)?
Added missing `categories` property on `xAxis` and `yAxis` in `ChartOptions`.