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
105
XamWebRibbon QAT
posted

How to add the items in the Quick Access Toolbar as I have tried with the below code but I am not able to achieve the results.

<igRibbon:XamWebRibbon.QuickAccessToolbar>
    <igRibbon:QuickAccessToolbar>
     <igRibbon:QatPlaceholderTool TargetId="tbtool1"/>
     <igRibbon:QatPlaceholderTool TargetId="Tab1_Group1" TargetType="RibbonGroup"/>
    </igRibbon:QuickAccessToolbar>
   </igRibbon:XamWebRibbon.QuickAccessToolbar>