-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to add a column to telerik grid which shows the serials number Please Help.. Thanks
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have just added a Telerik menu to my MVC application. I also have many views that render Telerik grids on them.
Problem: My menu has one item with sub items. When I hover over that menu item, the dropdown slides beneath the Telerik Grid, which hides most of the sub items and makes it impossible…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Not sure if the title of this question makes sense, but here's my problem:
I have a telerik grid bound to a Linq data object, however, I limit the fields returned:
<IQueryable>filter = data.Select(x => new {x.ID, x.Name, x.Age});
I would like to access these fields in the ItemCreated…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi!
I'm using Grid with "Client Selection" (http://demos.telerik.com/aspnet-mvc-beta/grid/selectionclientside) of Telerik, and my page loads with one of the lines already marked. I wonder how it could activate the event OnRowSelected (on the marked line) when the page loads.
Thanks everyone!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
i m using Telerik grid to present memos received by user below is the code
<%Html.Telerik().Grid<UserManagement.Models.SentMemos>()
.Name("ReceivedMemos")
.Sortable(sorting => sorting
.OrderBy(sortOrder => sortOrder.Add(o => o.MemoDate).Descending())) …
>>> More