Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6666381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:49:21+00:00 2026-05-26T02:49:21+00:00

I am using the telerik ASP.NET MVC Grid template and currently have several check

  • 0

I am using the telerik ASP.NET MVC Grid template and currently have several check boxes (one for each column in a table). This way the user can select which columns they want to be displayed in the grid.

Instead of manually writing out each checkbox on the view, can I use a foreach loop to have each check box generated on the view for me?

I’m looking to replace something like this:

<%= Html.CheckBox("SomeColumnID", false, "Something")%><label for="SomeColumnID">Some Label</label>
// . . . over and over again for each column

With something like this:

<%foreach (ColumnInGivenDB)
{%>
   <%= Html.CheckBox(SomeColumnIDVariable, false, SomeOtherVariable)%><label for=SomeColumnIDVariable>Some Label</label>
<%}%>

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T02:49:22+00:00Added an answer on May 26, 2026 at 2:49 am

    It seems you’re almost there, but missing binding to the Model or one if its properties part.

    You mean something like the following?

    As an example I am binding to a simple object with UserName property

    <% foreach (var item in Model) { %>
    
        <tr>
            <td>
                <%=Html.CheckBox(item.UserId, (IsChecked logic here)) %>
                <label for="<%=item.UserId%>"><%=item.UserName %></label>
            </td>
    
        </tr>
    
    <% } %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using a Telerik Grid with ASP.NET MVC 3 Razor engine. When a user selects
I have a problem to render column template with Telerik Grid for MVC. I'm
I am using ASP.NET MVC architecture.I have a telerik window on a button click,
I am using Telerik asp.net mvc extensions. I have an issue that happens only
Currently using Telerik ASP .NET MVC Controls version 2011.2.712 Hello all, I am trying
I am using a Telerik MVC Batch editable grid with ASP.Net MVC3 Razor views.
in my ASP. Net MVC 3.0 Project. I have Telerik Grid. with in the
I have been using telerik extensions for an asp.net mvc project, more specifically the
I have an ASP.NET application using the Telerik Q1 2009 controls. I have a
I'm using the Telerik Extensions for ASP.NET MVC 3 and I'm having a problem

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.