When I assign a DataTemplate to my MenuTool.ItemTemplate, the ItemTemplate is being ignored by the MenuTool (and the object's ToString() method is being shown instead). Are custom DataTemplates supported for the MenuTool? It works fine in any other non-infragistics ItemsControl (e.g.ComboBox). The MenuTool's ItemSource is bound to an observable collection.
I've also been unable to bind a list to a GalleryItemGroup as the ItemsSource is read-only. Is this intentional?
Please let me know if you require a sample project to demonstrate any of this.
Thanks,
Jon.
jwilliamsuk said:When I assign a DataTemplate to my MenuTool.ItemTemplate, the ItemTemplate is being ignored by the MenuTool (and the object's ToString() method is being shown instead). Are custom DataTemplates supported for the MenuTool? It works fine in any other non-infragistics ItemsControl (e.g.ComboBox). The MenuTool's ItemSource is bound to an observable collection.
jwilliamsuk said: I've also been unable to bind a list to a GalleryItemGroup as the ItemsSource is read-only. Is this intentional?