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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T05:06:26+00:00 2026-06-12T05:06:26+00:00

I have a telerik RadGrid with the checkbox column <telerik:GridViewDataColumn Header=Subject> <telerik:GridViewDataColumn.CellTemplate> <DataTemplate> <CheckBox

  • 0

I have a telerik RadGrid with the checkbox column

               <telerik:GridViewDataColumn  Header="Subject">
                <telerik:GridViewDataColumn.CellTemplate>
                    <DataTemplate>
                        <CheckBox IsChecked="{Binding Path=IsSelected, Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"
                        telerik:StyleManager.Theme="Office_Black"/>
                    </DataTemplate>
                </telerik:GridViewDataColumn.CellTemplate>
            </telerik:GridViewDataColumn>

when the user check any row in the checkbox column I want to get the checked row.If we use the MouseLeftButtonDown event how do we the get the row or as am binding IsSelected to the viewModel is there any way to get the row from the viewmodel ?

  • 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-06-12T05:06:27+00:00Added an answer on June 12, 2026 at 5:06 am
               <telerik:GridViewDataColumn  Header="Subject">
                <telerik:GridViewDataColumn.CellTemplate>
                    <DataTemplate>
                        <CheckBox IsChecked="{Binding  Path=IsSelected,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" Checked="CheckBox_Checked"/>  
                    </DataTemplate>
                </telerik:GridViewDataColumn.CellTemplate>
            </telerik:GridViewDataColumn>  
    
    
        private void CheckBox_Checked(object sender, RoutedEventArgs e)
        {
            var parent = (sender as CheckBox).ParentOfType<GridViewRow>();
           var Item = parent.Item as ClassItem;
          // ClassItem name of class itemsource to the grid
        } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Telerik RadGrid with a GridTemplateColumn that contains a checkbox, as follows:
I have a telerik-radgrid where I use an editcolumn. For the edit-column I use
I have problems binding both a telerik RadGrid and a plain vanilla ASP.NET GridView
I have a Telerik RadGrid in which I'm implementing custom paging binding to a
I have a RadGrid having a checkbox column, i have added the column as
I have a Telerik RadGrid in my asp.net web form Like Below : MasterTableView
I have this Telerik radgrid | Encryption Key | Password to encode | Edit
I have a telerik radgrid, like shown underneath | Username | Password | -------------------------
I have some boiler-plate script required for a Telerik RadGrid on one of my
I have grid in my ASP.NET page (actualy it's Telerik RadGrid). There is GridButtonColumn

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.