I was wondering if anyone has used an EntityCollection as datasource for the Ajax ReorderList. I tried to get it working and it seems that the only way to make it work properly is to create a List<MyEntity> and fill it with the entities from the Collection I want to use. It would appear that the ReorderList is expecting an implementation of IList as datasource. And the EntityCollection doesn't implement that interface.