Hello,
i got a XamComboEditor inside a XamDataGrid with a LookUpList Int / String. (It works fine)
If i sort after this field, its randomly before or after the DisplayMember is subsituted by the text. (The LookUpList ItemSource is set only once at start, so its always there already.) I saw this in GroupByRecord.Description, while override the GroupByComparer, trying to workaround this..
Shouldnt it always be sorted after subsituted by text. And if not, is there an event i can listen for after loaded a new ItemSource to the Grid? (Binding)
xaml:
c#:_grid.FieldLayouts[0].SortedFields.Clear();_grid.FieldLayouts[0].SortedFields.Add(new FieldSortDescription("NrID", System.ComponentModel.ListSortDirection.Ascending, true));_grid.Records.RefreshSort();
GreetingsKiTs
Hi Joerg,
It has been quite some time since I last heard from you. Do you still require assistance on this?
Thanks Joerg. I will await your results.
Hello Rob,
i'm using 14.1.20141.2108 so its not the latest service release. I will test the latest release. Else i will continue evaluate a test project. Please stay patient.
GreetingsJoerg
One thing I did not ask was what version of Infragistics are you using? Are you using the latest service release available for that version?
thanks for the details.
I will elaborate if and how i can provide u such a sample project.
With kind regardsJoerg