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
20
Infragistic Silverlight Ribbon with Caliburn framework
posted

Hello,

I am using Infragistic.Silverlight.XamWebRibbon.v10.1 ribbon control with Caliburn framework and I am unable to attach Button Click Event to it. Please suggest me how do I achieve the Click event which will call the ViewModel.

My code is stated below:

 

<igRibbon:ButtonTool  x:Name="ShowPageTwo"  Caption="New" 

SmallImage="/Bixi.Atlas.Client.UI.Silverlight.Carliburn.Micro;component/Assets/Images/NavigationData/add.png" 

        LargeImage="/Bixi.Atlas.Client.UI.Silverlight.Carliburn.Micro;component/Assets/Images/NavigationData/add.png" 

        MinimumSize="ImageAndTextNormal"

        IsQatCommonTool="True" cal:Message.Attach="ShowPageTwo">

</igRibbon:ButtonTool>

 

I have tried with the below statement as wel but still its not working Sir.

cal:Message.Attach="[Event Click] = [Action ShowPageOne]"

 

Please suggest be a way how can I achieve the functionality and call the ViewModel

Thank you

 

Parents
No Data
Reply Children
No Data