telerik-mvc Questions
2
Solved
Using Telerik MVC3 grid, C#, .Net 2010;
I have a grid in my razor view:
@(Html.Telerik().Grid<ProductListItem>()
.Name("Grid")
.Columns(columns =>
{
columns.Bound(o => o.Current.Nam...
Osteen asked 5/8, 2011 at 13:25
2
Solved
I am reasonably new to Telerik MVC extensions. I have implemented my first instance in a view successfully. I am not implementing my second view using the Telerik MVC Grid, however the class that i...
Cageling asked 17/11, 2010 at 18:13
2
Solved
in mvc user control called form.ascx, I have a Telerik Grid contained in a div called "details".
from a page called edit.aspx i wrote the following:
<asp:Content ID="Content2" ContentPlaceHol...
Androsphinx asked 19/7, 2010 at 9:26
1
Solved
In MVC2 template, I normally use this.ViewData.TemplateInfo.GetFullHtmlFieldId(fieldName)
to generate the id field of an html element. This has worked in most of the cases.
However this method doe...
Leija asked 14/5, 2010 at 23:15
2
Solved
I have a grid that allows the user to filter. If the user changes the search word that is used to populate the grid, the filter from the previous search remains in place.
<label for="UserName"&...
Octosyllabic asked 26/1, 2010 at 17:16
© 2022 - 2024 — McMap. All rights reserved.