Questions regarding server side wrappers enabling the use of Kendo UI widgets from C# or VB.
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-mvcin 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-mvcI 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-comboboxworking 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-mvcI'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-tooltipI 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-mvcRight 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-mvcWhen defining a DataSource within @(Html.Kendo().Grid(Model), I have successfully used .DataSource( dataSource => .Ajax( ).Model( model => …
kendo-ui kendo-grid kendo-asp.net-mvcI 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-mvcI 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