How to order items by name in Element Selector of the Regular Map ?

Hi,

Using the SensorMonitor sample, I don’t find what I need to change to be able to get this item list ordered by name properly.

Adding .OrderBy(x => x.Name).ToList(); to the list returned in public override List GetItems() of ItemManager seems to help but some items are still not in the good order.

In Management Client, the order is Ok.

Thanks!

Best regards

Unfortunately, there is no way to order items by name in Element Selector.

Ok, thanks Rie.