kendo-ui-core
kendo-ui-core copied to clipboard
An HTML5, jQuery-based widget library for building modern web apps.
Is it possible to implement a method in the Read() configuration of the DataSource that will append parameters as name-value pairs to the query string? For example: .Read(r => r.URL(myUrlPath).Handler(myPageHandler).AddQryStrPairs(myNameValuePairsModel))...
### Bug report The CheckBox TagHelper does not render the attribute "required" and a custom class. ### Reproduction of the problem The CheckBox TagHelper definition: ` ` It generates the...
### Bug report A Form group label encoded option cannot be set to false. ### Reproduction of the problem 1. Open this Dojo example - https://dojo.telerik.com/eGEqEbEw/8 ### Current behavior The...
### Bug report The row reordering functionality does not work correctly when the draggable column has a small width. ### Reproduction of the problem https://dojo.telerik.com/@sspasova/ekariwuV Open the Dojo and try...
### Bug report When the select functionality is enabled, the tooltip does not show up when hovered. ### Reproduction of the problem https://dojo.telerik.com/@georgi_slavov/ajINUMut Hover over the series ### Current behavior...
### Bug report ### Reproduction of the problem Dojo example: [https://dojo.telerik.com/InUYAheR/4](https://dojo.telerik.com/InUYAheR/4) Drag and drop a row from Grid2 to Grid1 by following the steps below: 1. Click and hold down...
### Bug report Safari on iOS 13 iPad does not allow Spreadsheet cell selection. ### Reproduction of the problem 1. Open Safari 13 (on iPad with iOS 13) 2. Open...
### Bug report Dates and times entered (or pasted) in the spreadsheet are incorrectly parsed and do not respect the specified format. For example, dd.MM.yyyy HH:mm becomes MM.dd.yyyy HH:mm. The...
### Bug report When there are bookmarks in a Word file and the text from the Word is pasted in Editor the indention of the text and space of the...
### Bug report When a DropDownList with filtering enabled is used inside a Kendo Window it gets unexpectedly closed when clicked between `.k-input-inner` and `.k-input-value-text` elements. ### Reproduction of the...