Top "Kendo-asp.net-mvc" questions

Questions regarding server side wrappers enabling the use of Kendo UI widgets from C# or VB.

Kendo Multiselect: Selected values from binded model are not initialized

Update: To shorten the question: How to bind a SelectList to a Kendo UI MultiSelect Widget using Razor? Original question: …

asp.net-mvc kendo-ui multi-select kendo-asp.net-mvc
Kendo grid how to pass additional parameter from java script

in telerik extenstion to pass additional data to ajax request I used function onDataBinding(e) { e.data = {argument : 4}; } where e …

kendo-ui kendo-grid kendo-asp.net-mvc
Kendoui MVC EditorTemplateName do not work in PopUp edit mode

I want to use EditorTemplateName for foreign key Column in KendoUi grid. when Grid Edit Mode is InLine all thing …

asp.net-mvc kendo-ui kendo-grid kendo-asp.net-mvc kendo-combobox
Kendo grid image column

working on a MVC4 project, I'm trying to add a column to my kendo grid that displays an image. <…

asp.net-mvc asp.net-mvc-4 kendo-ui kendo-grid kendo-asp.net-mvc
Kendo UI: Conditionally preventing a Tooltip from being displayed on a Grid cell

I'm working on trying to display a Kendo tool tip on a grid cell, getting the content from an ajax …

jquery kendo-ui kendo-grid kendo-asp.net-mvc kendo-tooltip
Kendo UI grid URL Column

I want to add a hyperlink in my Kendo UI Grid. from data source I am getting a URL back …

jquery asp.net-mvc kendo-ui kendo-grid kendo-asp.net-mvc
How do I reference a specific cell in kendo grid with javascript?

Right now I have a kendo grid with 2 rows and 6 columns. I need some logic to highlight a specific cell …

javascript kendo-ui kendo-grid kendo-asp.net-mvc
Kendo DataSource How to define a Model.Id when using DataTable

When defining a DataSource within @(Html.Kendo().Grid(Model), I have successfully used .DataSource( dataSource => .Ajax( ).Model( model => …

kendo-ui kendo-grid kendo-asp.net-mvc
How do I limit Kendo UI Web Upload To allow only a single upload?

I am currently using Kendo UI for uploading files to a DB Using MVC3 and Razor and Entity Framework. I …

javascript c# asp.net-mvc kendo-ui kendo-asp.net-mvc
Kendo grid refresh (databound twice)

I am having a problem while refreshing the kendo grid, for some reason, the dataBound event is activated twice, does …

kendo-ui kendo-grid kendo-asp.net-mvc