Adding a list of items, e.g. facadeview.Add(new GUIListItem("Blah1")), facadeview.Add(new GUIListItem("Blah2")), facadeview.Add(new GUIListItem("Blah3")) in the same order shows a mixed list instead of Blah1, Blah2, Blah3. Even setting the ItemId with a numeric id (i++) shows no improvement
Doesn anyone know how to keep this sorting?
Doesn anyone know how to keep this sorting?