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 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

Related Questions

Recently I stumbled across mongoDB, couchDB etc. I am hoping to have a play
I have recently stumbled upon a problem with selecting relationship details from a 1
I have recently run into a particularly sticky issue regarding committing the result of
we've recently stumbled across the excellent Dispatch for ASP FTP deployment plug in. It
I have recently started using PlayN for a hobby project and has now stumbled
I've recently been developing on the django platform and have stumbled upon Django Forms
I recently stumbled across this problem while testing my C# program. parsing ) -
I recently stumbled across a difficult problem.. I'm normally using a NSFetchedResultsController to get
I've been fiddling around with arrays and array ordering recently and stumbled across something
I stumbled across a really weird behavior recently. When I use a TActionMainMenuBar (or

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.