Hi,
I am using Infragistics4 Version 10.3.
I am using WebDataMenu first time and i have a question. I want to display a Menu in multiple tier format like View>>ToolBar>>Menubar. Where "View" is a parent, "Toolbar" is child of "View" and "Menubar" is child of "Toolbar".
I am not sure what should be the format of SQL table to display a menu in this format and how to bind that table with WebDataMenu?
Thanks,
Mits
Hi Mits,
this forum post, shows how to implement it: http://news.infragistics.com/forums/p/42835/236521.aspx
Hope this helps
Hi Hristo,
This is a good example to bind a Datamenu with SQL Table. However in this example the menu is working up to one layer. My problem is what if we want to display multi tier menu. For example File>>New>>New One>>New Two. How can we set up this kind of format?