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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:01:56+00:00 2026-05-27T00:01:56+00:00

I Have a Silverlight WPF app that shows tabs of data in this case

  • 0

I Have a Silverlight WPF app that shows tabs of data in this case I have a new pulldown of status here is what the pulldown looks like:

screen shot http://www.mediafire.com/download.php?vkwvj6qq6q6zjoz

the code to process this is here: it is not doing it. We want the user to be able to filter the detail view by status in that combo box. any ideas why it would not display anything. i try the only status we are showing the ‘NOT STARTED – LATE’ and it displays a blank screen.

private String _Type;
private String AssessmentType
{
     get { return _Type; }
     set { if (this.SetReferenceProperty("AssessmentType", ref _Type, value)) 
                 { RefreshData(); } 
         }
 }

assessment type is defined:

private readonly String[] _assessmentType = new String[]   
       { "All", "UnCompleted", "Completed", "Incomplete Late", 
         "NOT STARTED - LATE", "Submitted", "Submitted Late" };

RibbonControlHelper.CreateComboBox("Assessment", "Assessment", 
       "Select Assessment to show.", _assessmentType, (type) => 
            { AssessmentType = type; }))

protected override void RefreshData()
{
        if (FacilitiesAreChanging) { return; }
        Loading = true;
        SchedulesRepository.Details(FacilitySelectionService.SelectedFacilities, 
                                 UnitCode, AssessmentType, StartDate, EndDate,
        (schedules) =>
        {
            var data = new ListCollectionView(schedules);
            data.GroupDescriptions.Add(new PropertyGroupDescription
                                                             ("FACILITY_KEY"));
            data.GroupDescriptions.Add(new PropertyGroupDescription
                                                             ("UNIT"));
            Data = data;
            Loading = false;
        });
 }
  • 1 1 Answer
  • 1 View
  • 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-27T00:01:57+00:00Added an answer on May 27, 2026 at 12:01 am

    Have you looked into PropertyBinding and DataContext in WPF? There you can use System.Collections.ObjectModel.ObservableCollection http://msdn.microsoft.com/en-us/library/ms668604.aspx bind it to the DataSource and everytime the Collection Changes, the ComboBox changes the Conntent-Datat itself without having manualy update every single UI-Controll in a setter.

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

Sidebar

Related Questions

As titled, how can I do that? I have been reading some Silverlight/WPF animation
I am an experienced WinForms/WPF/Silverlight developer and have an interview for a product that
I have read somewhere that Silverlight is subset of WPF , then why triggers
The CollectionViewSource.GetDefaultView() method is not in Silverlight 3. In WPF I have this extension
I'm pondering creating a WPF or Silverlight app that acts just like a terminal
We have a working WPF app that we are looking into running in the
I have a WPF app. I need to embed a Silverlight app inside it.
I have a solution that contains both a Silverlight 4 and a WPF 4
I’m porting a WPF app to silverlight 2, and have come across several WPF
I'm writing an app using WPF (should apply to Silverlight too) where I have

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.