We do have a kendo scheduler bound to a remote data source. The transport configuration of this scheduler's data source is done using remote urls (for CRUD), an
The items for multi-checker are not displayed when I run the application locally, however, I tried to reproduce the bug on a stackblitz with the exact same situ
I'm trying to handle some currency values in my grid (us dollar, euro, etc.) I find a way to set it up into my grid, using grid column template for now I have t
toolbar icons are not loading In index.html <link href="https://kendo.cdn.telerik.com/2020.3.1118/styles/kendo.common.min.css" rel="stylesheet" /> <
I have a kendo-datepicker and it's always displaying the format in the field like following. But I want to customize this as Month/Day/Year. Capitalize the fir
This is my grid: var grid = Html.Kendo().Grid<UserVM>() .Name("Grid") .DataSource(dataSource => dataSource .Ajax() .Events(even
I have following grid in vue.js. I wanna to change the grid header background and text color and hide the scrollbar according to these links: https://docs.teler
For some reason or another, when I add an invalid file extension the error event isn't happening. Did I overlook something? $(document).ready(() => { I
My problem is the following: I've added to a grid row edit buttons as templates. Now what i want to do is to allow editing of the cell text when i click the "e
I want to add a change event to all cells in a specified column using Kendo UI. Something like: this.myGridVariable.table.on("change", "--InsertMyColumnNameHer
I am using kendo dialog in nx-based angular application with "ChangeDetectionStrategy" to add employee details. In the dashboard component I have first kendo di
I am using Kendo DatePickerFor. After I recently updated my Chrome browser, it shows a blank value in the date picker control. I am using it for month selection
After updating Chrome to version 56.0.2924.76 (64-bit), our Kendo datepickers stopped working. All datepickers were bound using ViewModels, and now they don't s
I'm trying to get a vertical TabStrip setup in my React app. Test render currently looks like this: public render() { return ( <React.Fra
I want to open kendo windows in maximize as default when click on button. i have achieve using $("#window").data("kendoWindow").maximize().open(); with acti
I have following code in my template <kendo-tabstrip #tabstrip (tabSelect)="onTabSelect($event)" [animate]="false"> <kendo-tabstrip-tab [title]="'Cus
I have a Kendo Grid. The paging numbers are ok, items per page is ok, but when I press on page number the results in grid isn't changing, all results are shown
I have a Kendo UI grid that is rendered with javaScript. I want the string columns to have a single option ("Contains") and without the second filter. So far so
I have a Kendo Grid with some custom editors, one is a multiselect. I have a cshtml file for the editor that looks like so: @model IEnumerable<ManageSitesInT
I would like to know how complicated is to grouping everything is just one line. Let's say .Group(g => g.Add(c => c.GradeC