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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T05:47:07+00:00 2026-05-12T05:47:07+00:00

I have recently stumbled across an issue where the WPF ListView control seems to

  • 0

I have recently stumbled across an issue where the WPF ListView control seems to be restricting the ability to sort its items. Specifically, I am having a great deal of trouble trying to get a SortDescription to recognise nested properties (properties of properties).

For straight-forward sorting by propreties, the following line should do the job:

listView.Items.SortDescriptions.Add(new SortDescription("MyProperty",
    ListSortDirection.Ascending));

And indeed it works well for me. However, because the ItemSource for my ListView is a (strongly-typed) DataTable, some of the columns are bound to nested properties of the row (i.e. Row.OtherTableRow.SubProperty binding path style) – it’s the way ADO.NET DataSets work for hierarchial databases.

What I would like to do is something like this:

listView.Items.SortDescriptions.Add(new SortDescription("MyProperty.SubProperty",
    ListSortDirection.Ascending));

But unfortunately that line throws an ArgumentException:

‘Orders’ type does not have property named ‘Row.[ID]’, so cannot sort data collection.

Strangely enough, I have no problem binding to nested properties. Indeed, the fields display perfectly well in the ListView… Nor does adding a PropertyGroupDescription to listView.GroupDescriptions give me any problems with nested properties – it is only SortDescriptions!

Is this but a limitation of WPF/the ListView control? Is there any way I’m going to get support as part of the framework, or will I be out of luck there? If I unfortunately am, and this inconsistency is unavoidable, I would much appreciate if someone could suggest a hack or workaround for this scenario of nested properties. I have tried a few ideas already, but all with minimal success.

Note: I realise that an ORM may well solve my problems, but I’m afraid this isn’t at all feasible for the current project I’m working on. Simple ADO.NET DataSets will have to do.

  • 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-12T05:47:07+00:00Added an answer on May 12, 2026 at 5:47 am

    According to Windows Presentation Foundation Unleased (Adam Nathan), you can cast the default view to a ListCollectionView and set a custom IComparer implementation to its CustomSort property.

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

Sidebar

Ask A Question

Stats

  • Questions 236k
  • Answers 236k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer According to Microsoft (http://support.microsoft.com/kb/234067), you need to set the Expires… May 13, 2026 at 6:23 am
  • Editorial Team
    Editorial Team added an answer I haven't checked but since by default the requests are… May 13, 2026 at 6:23 am
  • Editorial Team
    Editorial Team added an answer Windows Mobile has fairly easy development with .NET Compact Framework.… May 13, 2026 at 6:23 am

Related Questions

I've been trying to figure out the best way to handle incoming email in
I recently stumbled across this entry in the google testing blog about guidelines for
I have recently stumbled upon a problem with selecting relationship details from a 1
I have recently stumbled over a seeming inconsistency in Python's way of dealing with

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.