Questions regarding server side wrappers enabling the use of Kendo UI widgets from C# or VB.
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-mvcOK, 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-mvcI 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-mvcI 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-mvcI 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-mvcI'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-mvcI 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-mvcBasically, 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-mvcI 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-mvcHere'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