Hi,
Thanks for contacting us. As to your questions:
1. I don't think the menu will do any kind of sorting for you. The data must be already sorted before you hand it over to the menu. I am not sure how you merge the dataset with XML file, but if you use a DataTable as data source for the menu, you can easily sort on the DataTable before calling Menu.DataBind;
2. You need to set this property to "EnabledAlways":
http://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.Menu.ExpandOnClick.html3. Yes. You would simply set a menu item's Expanded to true:
Code: Visual Basic.NET
Menu1.Items.Item(0).Expanded = True
Please feel free to let us know if you have any more questions.
Thanks