Nested Groups Over a single property in ListCollectionView

Answered Nested Groups Over a single property in ListCollectionView

  • Friday, February 24, 2012 4:24 PM
     
     

    I have an object which have a string property containing \ character inside like a file path. And a want using a ListCollectionView to generate nested groups for all strings inside my property.

    e.g.

          Department\Human Resources\Ioan Toader the Department Group will contain Human Resources which contain the item Ioan Toader

    Is possible to archive something like that with ListCollectionView grouping.

    My property contains a variable numbers of items separated with \

    Thanks for your help

All Replies