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…
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…
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…
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 =…
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…
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 …
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…
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…
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()
…
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…
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…
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."…
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…
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…