Top "Kendo-asp.net-mvc" questions

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

Kendo UI TabStrip - Selecting a tab by it's Text

I am trying to select a tab in javascript when I only know the Text of the tab I know …

asp.net asp.net-mvc kendo-ui kendo-asp.net-mvc
Kendo Grid custom action button icon

OK, this is driving me nuts. I have a Kendo UI grid control with a couple of custom toolbar items. …

c# asp.net-mvc kendo-ui kendo-grid kendo-asp.net-mvc
How to bind a Kendo UI Grid to a collection of my model in an editor template using MVC Razor

I Have a Grid that is based on a Model Similar to public class UserModel { ... public IList<UserOrgModel> …

c# razor kendo-ui kendo-grid kendo-asp.net-mvc
How Can I Have Row Number In Kendo UI Grid

I have kendo grid in asp.net mvc and i use server wrapper.I want Additional column named "Row Number" …

jquery asp.net-mvc kendo-ui kendo-grid kendo-asp.net-mvc
How to disable cascaded Kendo DropDownLists?

I have to Kendo DropDownLists, I want to disable second DDL when the value of the first DDL is loaded …

c# javascript telerik kendo-ui kendo-asp.net-mvc
Why Is `data(“kendogrid”)` Undefined?

I'm a starter in kendo.ui, I've written this code to create kendo.ui.grid @(Html.Kendo().Grid<BrandViewModel&…

asp.net-mvc kendo-ui kendo-grid kendo-asp.net-mvc
Setting the default grouping in Kendo Grid

I have a requirement to group a grid by default on a particular column and to not allow the user …

kendo-ui kendo-grid kendo-asp.net-mvc kendo-ui-mvc
MVC Kendo Grid Custom Filter

Basically, I am looking for the MVC version of this demo: http://demos.telerik.com/kendo-ui/grid/filter-menu-customization Here is …

javascript asp.net-mvc telerik-grid telerik-mvc kendo-asp.net-mvc
Kendo Grid - Horizontal Scrollbar does not appear when there is no data

I have a Kendo UI Grid as listed below. The horizontal scroll bar is appearing when there are records. But …

telerik kendo-ui kendo-grid kendo-asp.net-mvc
How can I default to placeholder for date picker?

Here's the code for my date picker: <div class="editor-field"> @(Html.Kendo().DatePickerFor(model => model.Date) .HtmlAttributes(…

javascript jquery kendo-ui kendo-asp.net-mvc kendo-datepicker