This is a migrated thread and some comments may be shown as answers.

HTMl Configurator

3 Answers 664 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Chandra
Top achievements
Rank 1
Chandra asked on 16 Nov 2010, 01:19 AM
In the Telerik control sorting example there is a use of Html.Configurator. I am not able to find the Configurator anywhere in any assembly.
can anyone let me know which assembly I am missing and how to use that.
<% using (Html.Configurator("Sort by ...")
             
.PostTo("Sorting", "Grid")
             
.Begin())
   
{ %>
   
<ul>
       
       
<li><%= Html.CheckBox("orderId", true, "Order ID")%></li>
       
<li><%= Html.CheckBox("contactName", false, "Contact Name")%></li>
       
<li><%= Html.CheckBox("shipCountry", false, "Ship Country")%></li>
       
<li><%= Html.CheckBox("orderDate", false, "Order Date")%></li>
   
</ul>
   
<button class="t-button t-state-default" type="submit">Apply</button>
<% } %>

3 Answers, 1 is accepted

Sort by
0
Accepted
a c
Top achievements
Rank 1
answered on 16 Nov 2010, 03:20 AM
in Telerik.Web.Mvc.Examples\Extensions\HtmlHelpersExtensions.cs file.
0
David
Top achievements
Rank 1
answered on 17 Nov 2010, 11:12 PM
I am new to this site and MVC. I have looked around but do not see where I can download the Telerik.Web.Mvc.Examples.  I am also experiemnting with the grid and am running into the same issue with the Html.Configurator.  Could someone provide a link where I can get the HtmlHelpersExtensions.cs file and possibly all the MVC example project code. Thanks


UPdate, Just looked at the Telerik Extensions for ASP.NET MVC that I downloaded and I see there is an Examples Folder in there that contains the HtmlHelpersExtension.cs.
0
Dennis
Top achievements
Rank 1
answered on 06 Jul 2012, 11:16 PM
I know this is an older post but I added it to my solution and it is still not seeing the extension methods. Is there something else I need to do other than add the class?

Thanks
Tags
Grid
Asked by
Chandra
Top achievements
Rank 1
Answers by
a c
Top achievements
Rank 1
David
Top achievements
Rank 1
Dennis
Top achievements
Rank 1
Share this question
or