RedTellYou
RedTellYou
I have a general language change singleton class public class LanguageManager : INotifyPropertyChanged { private readonly ResourceManager _resourceManager; private static readonly Lazy Lazy = new(() => new LanguageManager()); public static...
### Describe the bug `CsvModels.SortDescriptions.Add(new SortDescription("Sub.Sort", SortDirection.Descending));` Sorting of sub-property is not supported [SortForSubPropertyDemo.zip](https://github.com/user-attachments/files/18507120/SortForSubPropertyDemo.zip) ### Steps to reproduce ```text I have uploaded the demo ``` ### Expected behavior Adding sub-property...