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 7066407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:04:43+00:00 2026-05-28T05:04:43+00:00

I have bound a Telerik RadGridView properly with the first column being a bound

  • 0

I have bound a Telerik RadGridView properly with the first column being a bound checkbox:

<telerik:GridViewCheckBoxColumn DataMemberBinding="{Binding Selected, Mode=TwoWay}"
                                Header="Generate" Width="95" IsReadOnly="False"/>

I can click and change the checkbox state no problem. The problem is that checking the checkbox is not intuitive. In order for a user to click a checkbox, they have to first click the checkbox cell, click again to activate, and then click again to check the check box. Three individual clicks to check the checkbox.

Is there a better or native way to make this seamless? I want the user to be able to click a checkbox and immidiately see it checked regardless if the row/cell is already selected. I want the user to be able to do a check in one click.

Infragistics controls could do this years ago.

Could someone please explain how to get more intuitive check box behaviour in the Telerik RadGridView for Silverlight?

  • 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-28T05:04:44+00:00Added an answer on May 28, 2026 at 5:04 am

    I’ve had much the same issue as you recently. What I did to fix it was to put a CheckBox in the CellTemplate of the column:

        <telerik:GridViewDataColumn Header="Checkbox Column" IsReadOnly="True">
            <telerik:GridViewDataColumn.CellTemplate>
                <DataTemplate>
                    <CheckBox IsChecked="{Binding Path=BooleanProperty, Mode=TwoWay}" />
                </DataTemplate>
            </telerik:GridViewDataColumn.CellTemplate>
        </telerik:GridViewDataColumn>
    

    Note that I’ve added the property IsReadOnly="True" to the column. This doesn’t make the column read-only; you should still be able to click on the checkbox and set your boolean property. What this property does is to prevent the cells in the column from using the CellEditTemplate when you click on them.

    Normally, a RadGridView column uses the CellTemplate for viewing and the CellEditTemplate when the cell goes into edit mode. However, we don’t need to use the CellEditTemplate here, because the CellTemplate is perfectly capable of changing the value of these boolean properties on its own.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

A have a razor view with a Telerik MVC grid. The first column has
I have the DGV bound to data and all the other controls properly. What
I have a Telerik RadGrid that is bound to a Linq Datasource. On the
I have a problem to render column template with Telerik Grid for MVC. I'm
I have bound this method to all elements of class .delete_filter . First I
I have a telerik:RadGrid that is bound to a SQL Data Source. One of
i have this line of code in my view using the Telerik Grid: columns.Bound(o
I have a Telerik RadGrid. The initial DataSource that is bound to the grid
I have a telerik grid showing 2 levels of details, and for the first
I have a grid with a column which contains a nullable data Html.Telerik().Grid(Model) .Columns(columns

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.