Questions regarding server side wrappers enabling the use of Kendo UI widgets from C# or VB.
i have a problem into the ASP.NET-MVC Helper I have a form that give a POST into action **create …
kendo-ui kendo-asp.net-mvcI have a kendo ui grid in my page that has some columns. Now I want to add a column …
c# asp.net-mvc kendo-ui kendo-grid kendo-asp.net-mvcI have create the asp.net MVC 4 application where i am using the entity framework and class "Data" is the …
asp.net-mvc asp.net-mvc-4 kendo-ui kendo-grid kendo-asp.net-mvcI have an entity Location and I am using the Kendu UI Grid with InLine edit mode. The entity owns …
asp.net-mvc razor kendo-ui kendo-grid kendo-asp.net-mvcDoes anyone know what properties to set to make a Kendo MVC Textbox Multiline? @(Html.Kendo().TextBox() .Name("txtComments") .Value(@…
razor textbox kendo-asp.net-mvc multiline telerik-mvci write this code for create Grid with kendo Ui in asp.net mvc @(Html.Kendo().Grid(Model) .Name("Grid") .…
asp.net-mvc kendo-ui kendo-grid kendo-asp.net-mvcI just download a trial version of v2013.3.1119.440 of the Kendo UI wrappers for ASP.NET MVC. I see a …
kendo-ui kendo-asp.net-mvcI have a Kendo DropDownList (name=Function) that contains 3 options. When one option is selected, it triggers an ajax call …
javascript kendo-ui kendo-asp.net-mvcI am using ASP.MVC and Kendo for my web application. Currently, I've this code: public FileResult Export([DataSourceRequest]DataSourceRequest …
c# .net dll nuget kendo-asp.net-mvcI have a selectable KendoUI grid in my MVC app. I want to do something when the user double-clicks on …
javascript jquery kendo-ui kendo-grid kendo-asp.net-mvc