Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1185
Separators in WebdataMenu and Data Binding?
posted

I'd like to be able to use the IsSeparator property of DataMenuItem in my menu. However the binding constructs ig:DataMenuItemBinding doesn't have an attribute to bind to this property.

How am I supposed to take advantage of data binding, and still layout a large menu system decently? The only practical solution I can think of is to create the menu entirely in code (from my data) - is there an alternative?