we are using kendo MVC grid with inline editing, after changing some value in grid
we need to reload the grid for showing server side calculation values (some more calculations needed), then i cannot able to focus to next grid cell after this…
I'm using Telerik controls in my MVC application. The demos provided are all C# and I'm struggling converion some of the helper code... in particular this:
.DataSource(source >=
{
source.Read(read >=
{
read.Action("MyAction",…
I have an issue that I have been stuck with for some time .
I have a JsonResult method in my Controller (SubSubCategoriesController):-
public JsonResult GetSubCategories(int CategoryID)
{
return Json((db.SubCategories.Select(p => new {…
I Have a Kendo Grid (UI for Asp.Net MVC) on my page. It gets results from database using an action method of a controller which is bound at grid initialization.And the page has some other controls(one button,some text box).I hope click the button…
I am new to MVC Telerik controls. I am trying to click on button and pass the model from view to controller that is happened in simple MVC. But in telerik how it will happen.
Using Visual Studio 2013 and MVC 5. It create all new projects with jQuery version 2. As a result Kendo UI Web will not work without reworking the project. This is the product weakness that would eliminate Kendo in the product evaluation. Is…
Seems that there are performance issues with EntityFramework/LINQ in comparison to ADO.Net/Datasets in regards to what some of my fellow developers say.
Is there a specific datasource (like EntityFrameworkDataSource) I can use when getting/updating…
I have a Telerik asp.net grid on my view. The model that is connected to this grid has a field named "State". This field holds the state of each row. Based on this state, user can edit some of the rows, and can't edit the rest. For example if state…
I have a Telerik grid query. The grid with delete action is working fine in FF and Crome. But in IE showing error 500. I put up break point at the starting point of action method. But its not reaching the action at all. Please tell me what's wrong…
Does anybody know how I can present a "mail:to" option for an email link in a Telerik grid?
I cannot find anything on the web that redirects to a "mailto" link.
I tried this, but it doesn't work:
columns.Bound(o =>…
I am trying to use Telerik MVC Q2 TabStrip which contains a Telerik MVC Grid within it. The Grid is returned in a Partial View by TabStrip's LoadContentFrom(). The Grid is based on ajax binding mode and works well in IE and Google Chrome. But when I…
Having a lot of problems at the moment. We have written a web application using asp.net mvc 2 as well as telerik mvc extensions. In this case we have a problem with the tab strip control.
I have a link that is meant to load a partial view. This…
I have develop a TelerikMVC# application in that i have link button for open radwindow.When i click on this linkbutton how can i open the Radwindow? please help me..
I have used below code in View and Controller for Grid Binding:
View:
@( Html.Telerik().Grid()
.Name("Grid")
.EnableCustomBinding(true)
.Columns(columns =>
{
…