Top "Kendo-asp.net-mvc" questions

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

Kendo dropdownlist produces TypeError: n.slice is not a function

Do I need to define the schema? If so, what should that look like? My searches for this seem to …

asp.net asp.net-mvc c#-4.0 kendo-grid kendo-asp.net-mvc
how to create custom kendo.ui.Window for edit in kendo.ui.grid

I'm starter in kendo.Ui , i write this code for create grid @(Html.Kendo().Grid<BrandViewModel>(Model) .Name("…

asp.net-mvc kendo-ui kendo-grid kendo-asp.net-mvc
Paging kendo grid client side

I want to use a MVC helper to build a grid on the server side but after I want to …

javascript kendo-ui kendo-grid kendo-asp.net-mvc kendo-datasource
How to bind list of string in kendo dropdownlist

Hello I am using Kendo for ASP.NET MVC. I have list of string containing data [0]="str1" [1]="str2"... and so …

c# asp.net-mvc kendo-ui kendo-asp.net-mvc kendo-dropdown
Kendo Grid Automatically changing Timezone

On my Kendo Grid I recieve date time from server. On the client end, this time is changed to client's …

asp.net-mvc datetime kendo-grid kendo-asp.net-mvc
How can I strip all html formatting from text when pasting into KendoUI Editor?

I want to use KendoUI editor to basically only allow users to format text into paragraphs. Possibly allow bold and …

kendo-ui kendo-asp.net-mvc
kendo.syncReady is not a function

I am really new to Kendo UI, and I've encountered some problems along the way. After I used BundleConfiguration, which …

jquery kendo-ui kendo-asp.net-mvc
Binding date value to ng-model in angular kendo date picker

I have an api which return the date in this format "014-08-26T15:10:45.402Z" i am using angular kendo …

angularjs kendo-ui kendo-asp.net-mvc angular-kendo
how to Change Caption of popup kendo grid by html helper in add window

I am using the popup kendo grid and i use add new record and edit mode and i want change …

c# asp.net-mvc kendo-ui popup kendo-asp.net-mvc