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

  • Home
  • SEARCH
  • 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 6648587
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:40:24+00:00 2026-05-26T00:40:24+00:00

As titled, I want to enable the a Button (that was disabled) when a

  • 0

As titled, I want to enable the a Button (that was disabled) when a row from DataGrid (so an object) is selected.

From what I read, WPF seems to have triggers for check when centain property change it can do centain thing?

But in Silverlight it seems I can only use GoToState instead. I tried to make two states: Selected and UnSelected. But the IsEnabled property for the Button it doesn’t seems being record from UnSelected state to Selected state…

And another problem is the only event that fits from DataGrid is SelectionChanged, but how do I ensure that the User does selected a Row?

If I do everything in code-behide I can check SelectionChangedEvent and enable the buttons, but is there anyway to do everything above with Expression Blend? I am trying to put everything in xaml as much as possible.

Thanks

  • 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-26T00:40:25+00:00Added an answer on May 26, 2026 at 12:40 am

    Have you tried using ordinary Element binding? For example:

    <DataGrid x:Name="MyGrid" />
    <Button IsEnabled="{Binding Path=SelectedItem, ElementName=MyGrid, Converter={StaticResource MyNullToBoolConverter}}" />
    

    and an example of the converter:

    class MyNullToBoolConverter : IValueConverter
    {
        public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
        {
            return value != null ? true : false;
        }
    
        public object ConvertBack(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
        {
            throw new NotImplementedException();
        }
    }
    

    All you have to do then is declare the converter in the static resources of either the page or the Button.

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

Sidebar

Related Questions

I have a modal dialog. I want one button to be disabled and then
I have a UITableView. On my navbar I have an edit button. I want
I have a treeview and a button. I want to disable the button (IsEnabled=false)
I have implemented a refresh button of style UIBarSystemItem which will be disabled for
I want to enable something like a one-to-many relation between a text object and
I have a plugin that enable users to add on a caption to a
I want to move the form title, icon and close, and help buttons from
I want to put a title field in a bibtex citation that includes angle
I want to change the title of the search bar cancel button to Offers
I want to have my title tag look like this: My Website - Name

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.