Category "kendo-ui"

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