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
515
Combo Box in XamContextMenu > XamMenuItem
posted

I've below XAML in my XAMGrid definition:
                        <ig:XamContextMenu x:Name="myContextMenu" ItemClicked="myContextMenu_ItemClicked" Opening="myContextMenu_Opening">
                            <ig:XamMenuItem x:Name="menu1" Header="Menu First" />
                            <ig:XamMenuItem x:Name="menu2" Header="Menu Second"  />
                        </ig:XamContextMenu>

I need to have a dynamic combobox in each of these two menuitems. Dynamic means - i'll be adding the comboitems on the fly.

OR: Is there a way to show a UI Control (I'll create it with required controls on it) and show as a context menu on a XamGrid?

Parents Reply Children
No Data