Top "Kendo-ui" questions

Kendo UI is a framework to build HTML UI.

Reloading/refreshing Kendo Grid

How to reload or refresh a Kendo Grid using Javascript? It is often required to reload or refresh a grid …

kendo-ui kendo-grid
Uncaught TypeError : cannot read property 'replace' of undefined In Grid

I'm new in using Kendo Grid and Kendo UI . My question is how can i resolve this Error Uncaught TypeError: …

javascript jquery kendo-ui telerik kendo-grid
Change selected value of kendo ui dropdownlist

I have a kendo ui dropdownlist in my view: $("#Instrument").kendoDropDownList({ dataTextField: "symbol", dataValueField: "symbol", dataSource: data, index: 0 }); How can …

javascript jquery asp.net-mvc kendo-ui telerik
Kendo grid date column not formatting

I have a KendoGrid like below and when I run the application, I'm not getting the expected format for date …

date kendo-ui kendo-grid
how to get selected row value in the KendoUI

I have a kendoUI grid. @(Html.Kendo().Grid<EntityVM>() .Name("EntitesGrid") .HtmlAttributes(new { style = "height:750px;width:100%;scrollbar-face-color: #…

grid kendo-ui
how to get selected value for Kendo DropDownList

I can't figure out how to determine which item is selected in the my kendo dropdownlist. My view defines it's …

kendo-ui kendo-dropdown
Editable DataGrid in AngularJS

Is there any AngularJS module as for DataGrid which provides In-Line Editing? There is one in KendoUI http://demos.kendoui.…

javascript angularjs kendo-ui
How can I refresh the grid after I edit the Kendo UI grid?

I edit the grid using editable: "popup" as shown on Telerik's demo page. After I edit the grid, I want …

kendo-ui kendo-grid kendo-asp.net-mvc
How Can I Hide Kendo UI Grid Columns using JavaScript, React, Angular, Vue or ASP.NET MVC

I'm working on a HTML5 and JavaScript website. Is it possible to have a hidden column in Kendo UI Grid …

javascript c# .net kendo-ui kendo-grid
How to get row index and cell index of row click kendo grid

I have added onchange event for kendo-ui grid. In that I am trying to get the ID value for that …

kendo-ui telerik kendo-grid