Category "kendo-ui"

How to display default value in dropdown editor for grid column

This is my grid: var grid = Html.Kendo().Grid<UserVM>() .Name("Grid") .DataSource(dataSource => dataSource .Ajax() .Events(even

How to override Kendo grid CSS

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

Kendo UI Upload Error not firing when adding an invalid file type

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

Kendo Grid edit cell from button inside the cell

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

Add change event to all cells in specified column of Kendo Grid

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

Why kendo dialog is not generating on click event while we use change detection strategy in nx based angular project?

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

Kendo DatePickerFor issue in Chrome version 56.0.2924

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

Kendo UI datepicker incompatible with Chrome 56

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

KendoReact TabStrip has missing wrapper div

I'm trying to get a vertical TabStrip setup in my React app. Test render currently looks like this: public render() { return ( <React.Fra

Open kendo window in maximize mode as default

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

kendo tabstrip method selectTab does not work as expected

I have following code in my template <kendo-tabstrip #tabstrip (tabSelect)="onTabSelect($event)" [animate]="false"> <kendo-tabstrip-tab [title]="'Cus

Kendo MVC Grid paging buttons not changing results displayed

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

Set default filter for Kendo UI Grid

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

"Select all" in Kendo MultiSelect (MVC)

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

Kendo UI MVC multiple groupings in a single line on a grid

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

Kendo DropDownList Preserve Whitespace in Option

I am using Kendo UI for JQuery/AngularJS. I have the following <select> control defined: <select

How to change columns set of kendo grid dynamically

I am trying to change the columns collection of my Kendo grid in the below way. var grid = $("#grid").data("kendoGrid"); $http.get('/api/GetGridColumns') .