Category "kendo-ui"

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') .