Questions regarding server side wrappers enabling the use of Kendo UI widgets from C# or VB.
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-mvcI'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-mvcI 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-datasourceHello 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-dropdownOn 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-mvcI want to use KendoUI editor to basically only allow users to format text into paragraphs. Possibly allow bold and …
kendo-ui kendo-asp.net-mvcI 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-mvcI'm having a problem where a property of my model is not being correctly updated when sending it to my …
asp.net-mvc kendo-ui kendo-grid kendo-asp.net-mvcI 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-kendoI 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