I'm following this:
http://demos.telerik.com/aspnet-ajax/menu/examples/programming/declarativedatasources/defaultvb.aspx
and first of all, the "flow" is vertical by default and I can't get it to change to horizontal no matter what I do. Also, the xml file in the example will not work with an xml data source when you choose "text" as the DataTextField - it says "Object of type System.Web.UI.Controls.XmlHierarchyData does not have a text property. It only works when I put a text property on the <Menu> tag like this: <Menu Text="Menu">
What gives? Why can't I get this to work in any kind of way?
http://demos.telerik.com/aspnet-ajax/menu/examples/programming/declarativedatasources/defaultvb.aspx
and first of all, the "flow" is vertical by default and I can't get it to change to horizontal no matter what I do. Also, the xml file in the example will not work with an xml data source when you choose "text" as the DataTextField - it says "Object of type System.Web.UI.Controls.XmlHierarchyData does not have a text property. It only works when I put a text property on the <Menu> tag like this: <Menu Text="Menu">
What gives? Why can't I get this to work in any kind of way?