Questions tagged [telerik-mvc]

Questions about Telerik ASP.NET MVC Extensions

Questions about Telerik ASP.NET MVC Extensions

993 questions
-1
votes
1 answer

How to focus to next grid cell after reloading the kendo mvc grid

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…
-1
votes
1 answer

Converting C# razor function/sub to VB

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",…
Mych
  • 2,527
  • 4
  • 36
  • 65
-1
votes
1 answer

How to send parameter to jsonresult action in a controller in mvc?

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 {…
Medo
  • 111
  • 1
  • 2
  • 10
-1
votes
1 answer

kendo(Asp.Net MVC) grid data result depending on other controls input

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…
yopeng
  • 3
  • 1
-1
votes
1 answer

Telerik MVC basic example of Button click event and Pass model from View to Controller

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.
Tanweer
  • 121
  • 1
  • 4
-1
votes
1 answer

Kendo jQuery version limitation hurts even more with Visual Studio 2013

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…
-1
votes
1 answer

Performance issues with EF, Linq, and Telerik

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…
sagesky36
  • 4,542
  • 19
  • 82
  • 130
-1
votes
1 answer

Prevent post back on enter key in telerik MVC dll grid

I want to prevent Post back on Enter key press in telerik MVC dll grid. is there any way to do this. please suggest. thanks
khush
  • 161
  • 1
  • 3
  • 9
-1
votes
1 answer

Disabling some rows in Telerik ASP.NET MVC grid based on a model's field

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…
Bahman
  • 1,034
  • 12
  • 28
-1
votes
1 answer

Whats wrong with this Telerik grid query

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…
Dhev
  • 1
  • 1
-1
votes
1 answer

Telerik asp.net for MVC kendoui grid

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 =>…
sagesky36
  • 4,542
  • 19
  • 82
  • 130
-2
votes
1 answer

Telerik MVC Grid inside TabStrip not working on Mozilla Firefox

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…
Jatin
  • 4,023
  • 10
  • 60
  • 107
-2
votes
1 answer

MVC Partial View rendering as full view in its div

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…
Jay
  • 47
  • 2
-2
votes
1 answer

How to open Radwindow in TelerikMVC3 Razor engine

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..
tiru
  • 789
  • 5
  • 20
  • 42
-2
votes
1 answer

Telerik Grid ASP.NET MVC grid binding does not work

I have used below code in View and Controller for Grid Binding: View: @( Html.Telerik().Grid() .Name("Grid") .EnableCustomBinding(true) .Columns(columns => { …
Srinivas
  • 1
  • 1
1 2 3
66
67