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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T20:50:55+00:00 2026-05-21T20:50:55+00:00

I have a checkbox in my xaml which is bind to a property and

  • 0

I have a checkbox in my xaml which is bind to a property and even if the property is false, it is not making the checkbox disabled.

Here is the xaml:

<DataGridTemplateColumn Header="checkBox" Width="60">
                    <DataGridTemplateColumn.CellTemplate>
                        <DataTemplate>
                            <CheckBox  IsChecked="{Binding Path=IsClickable}"/> 
                        </DataTemplate>
                    </DataGridTemplateColumn.CellTemplate>
</DataGridTemplateColumn>

viewModel.cs

    public bool IsClickable
    {
        get { return _isClickable; }
        set { _isClickable = value;
            PropertChanged("IsClickable");}
    }

And I m setting this property at the time of object creation.

And im binding the datagrid using itemsource;

 Datagrid.ItemsSource = ViewModels;

And I can see that the object collection of viewmodel does have that property populated as false.But is not disabling the checkbox.

Can some one tell me why please?

  • 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-21T20:50:56+00:00Added an answer on May 21, 2026 at 8:50 pm

    You’re binding the IsChecked property, but if you want to enable/disable the CheckBox, you need to bind the IsEnabled property:

    <CheckBox IsEnabled="{Binding Path=IsClickable}" />
    

    (you will probably need to bind IsChecked to something else, otherwise you won’t be able to retrieve the checked state)

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

Sidebar

Related Questions

I have a checkbox which in some cases may be disabled and checked using
I currently have a Checkbox under my settings.xaml page, which the users is to
I have a checkbox that I do not want the user to have direct
I have a checkbox who's checked value is bound to a binding source which
I have the following XAML: <ListBox HorizontalAlignment=Left Margin=0,6,0,10 Name=listBox1 Width=468 ItemsSource={Binding} Grid.ColumnSpan=1> <ItemsControl.ItemTemplate> <DataTemplate>
I currently have a checkbox that is bound to a property that checks an
I have an XAML tree as follows: <Window> <Grid> <DockPanel> <DataGrid> <DataGrid.Resources> <CheckBox Command={Binding
I have a checkbox list of sports which is bound to an observable collection
I have a checkbox in GridViewColumn which i use for show/change database value. The
I have checkBox and Spinner . If the checkbox is checked, then spinner should

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.