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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T19:38:00+00:00 2026-05-21T19:38:00+00:00

Greetings, I have a Market class defined as public class Market { int id,

  • 0

Greetings,
I have a Market class defined as

public class Market  
{    
     int id,              
     string MarketDescription,  
     List<Event> Events,  
     ....  
}  

and the Event is defined as

public class Event
{    
     int eventid,              
     string EventDescription 
     ....  
}

I declare

private ObservableCollection<Market> _markets;  
ObservableCollection<Market> Markets  
{            
    get { return _markets; }
    set  
    {        
        _markets = value;  
        base.RaisePropertyChangedEvent("Markets");
    } 
}

In my datagrid I define my ItemSource as

ItemsSource="{Binding Markets}" 

to display the data related to the Markets collection, e.g. MarketDescription (which is displayed nicely. What I want to do is to be able and display all the data related to the Event class within the same datagrid. I tried to create an ObservableCollection of Events (EventCol) and to utilise as follows

  <sdk:DataGridTextColumn Header="Event Description" 
                          x:Name="EventDescription" 
                          Binding="{Binding ElementName=EventCol,                         
                          Path=EventDescription}" 
                          CanUserReorder="True" 
                          CanUserResize="True" CanUserSort="True" Width="Auto" />  

Unfortunately the Events list is not displayed.

Could you please direct me to the right place or if you could possibly tell me what am I doing wrong.

Thank you

  • 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-21T19:38:01+00:00Added an answer on May 21, 2026 at 7:38 pm

    Since the events are also a collection, a simple TextColumn will not cut it. You could display a sub-datagrid by using a DataGridTemplateColumn which contains a DataGrid whose ItemsSource binds to Events.

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

Sidebar

Related Questions

Greetings I have this structure: <ul id=list class=tabs> <li class=list><a href=#tab1>Dados do Responsável</font></a></li> <li
Greetings I have a program that creates multiples instances of a class, runs the
Greetings! I'm trying to have a UIWebView controlled from generated events. Is there a
Greetings! So I have a base class that defines a base64Binary property to be
Greetings, I have these 2 models: from django.db import models class Office(models.Model): name =
Greetings All; I have a LinkedList of type String which contain some words like
Greetings good people of the internet:) I have a string value 1,5 which after
Greetings, I have some List of objects of Type CMessage. CMessage can look as
Greetings, Assume I have such model: class Foo(models.Model): type = models.ForeignKey(Type) start_time = models.DateTimeField()
greetings all i have a domain class named car and i have an object

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.