Questions tagged [telerik-mvc]

Questions about Telerik ASP.NET MVC Extensions

Questions about Telerik ASP.NET MVC Extensions

993 questions
5
votes
3 answers

Telerik MVC Grid Master Detail Cascading Dropdowns

I am using a master-detail Telerik MVC Grid on two levels. The first level contains a drop-down of Customers and some misc data. The second level contains a drop-down of Cars that are linked to the customer on the first level and some misc…
Ovi
  • 2,620
  • 7
  • 34
  • 51
4
votes
1 answer

Existing MVC website - integrating Telerik MVC Grid to use ServerSideEditing

I have an existing MVC site, built some years back, and I am now removing all my custom grid code with Telerik's MVC Grid. I wish to utilise the ServerSide editing but the examples show the SourceCodeFile scaffolding on a single control…
4
votes
1 answer

Custom pager in Telerik MVC Grid

Can i customize appearance of a Grid's pager? I wanna select a page size from list (like Redmine, see 'Per page' block) not from dropdown. It's standart Telerik's pager: It's Redmine's pager: Thanks. PS for instance Devexpress' Grid has this…
vladimir
  • 13,428
  • 2
  • 44
  • 70
4
votes
1 answer

ToRowCountQuery seems to ignore groupings

I'm trying to create a rowcount-query from a regular query, but the resulting SQL seems to lack the GROUP BY resulting in a wrong count. Does anyone know what I'm doing wrong. First the queries: var query =…
Pieter
  • 3,339
  • 5
  • 30
  • 63
4
votes
4 answers

Telerik MVC Grid with Ajax Binding using EntityObjects gets Circular References exception

I have been using Telerik MVC Grid for quite a while now. It is a great control, however, one annoying thing keeps showing up related to using the grid with Ajax Binding to objects created and returned from the Entity Framework. Entity objects have…
Kevin Koenig
  • 63
  • 1
  • 6
4
votes
1 answer

Telerik MVC Grid making a Column Red Color based on Other Column Value

I have a Telerik MVC Grid in which say, there are like two fields CustomerID and OrdersQuantity (can go negative) MY grid looks like this CustomerID OrdersQuantity 1 10 2 …
Tom Crusie
  • 283
  • 3
  • 5
  • 11
4
votes
3 answers

Telerik MVC Grid ClientTemplate checkbox not displayed initially

I have a very similar problem to the post located here: Telerik grid with checkbox - Checkbox not showing up when the grid initially paints Basically, I have a telerik MVC3 razor grid with a ClientTemplate column that consists of a checkbox. When…
vcuankit
  • 787
  • 2
  • 11
  • 12
4
votes
1 answer

Telerik MVC Grid not grouping properly

I'm using the Telerik MVC Grid component to render a groupable grid populated via ajax. The grid renders fine, sorting and paging works, ajax refresh works, but when I try to do grouping, the rendering gets all screwed up. Attached are screen caps…
Josh Anderson
  • 5,975
  • 2
  • 35
  • 48
4
votes
2 answers

How to send model's properties using Kendo.Button()'s Events method to a JavaScript function

I have a Kendo.Button() that invokes a Javascript function. That function makes an Ajax call to a controller and sends Model's properties to the controller's method: This is a button: @(Html.Kendo().Button() …
gene
  • 2,098
  • 7
  • 40
  • 98
4
votes
4 answers

Telerik MVC grid-How to Change "no record message" between ajax cals

I am using Telerik MVC grid ajax binding to show some records. While the grid is loaded,the message in grid is "No records found". When ajax cal is complete,then the message goes and data is loaded. But this message of "No records found" till data…
SaurabhR
  • 129
  • 3
  • 10
4
votes
3 answers

Paging with the Telerik MVC grid when using a sproc

The documentation only shows how to bind to an IEnumerable (which uses linq to page and sort) ... but I need to go against a sproc because expressing the query I'm working on with linq is proving to be a bit slow. Can anyone provide any guidelines…
Joel Martinez
  • 46,929
  • 26
  • 130
  • 185
4
votes
2 answers

Add media type of links created by Telerik StyleSheetRegistrar

Is it possible to set the media attribute on a link tag using the Telerik MVC Extensions StyleSheetRegistrar method? <%= Html.Telerik().StyleSheetRegistrar() .DefaultGroup(group => group .Add("telerik.common.css") .Add("telerik."…
Antony Scott
  • 21,690
  • 12
  • 62
  • 94
4
votes
3 answers

How to start using Telerik in asp.Net MVC

I want to try Telerik in my C# asp.MVC project. I downloaded and installed the Telerik for MVC and a new Telerik menu option shows in my Visual Studio 2010. Now, I've searched for a while but I didn't find a step by step help on how to actually…
chiapa
  • 4,362
  • 11
  • 66
  • 106
4
votes
1 answer

How to send IEnumerable list from Ajax to Controller

I have a web application in MVC3 and i'm using Telerik Grid Batch Editing. Batch Editing have save changes button which returns UPDATED COLUMNS to controller IEnumerable list like [GridAction] public ActionResult…
saulyasar
  • 797
  • 1
  • 17
  • 45
4
votes
2 answers

Can I use Telerik ASP.NET MVC extensions on real projects?

Can I use Telerik ASP.NET MVC extensions on commercial projects for free? (http://demos.telerik.com/aspnet-mvc/) Are there any limitations?
Andrei
  • 42,814
  • 35
  • 154
  • 218
1 2
3
66 67