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
571
Cannot get paging to work
posted

Hi 

I am sure I am missing something obvious here.

I am simply working through the documentation on the xamWebTileView trying to get the paging to work. I have pasted the code as per the documentation onto my xaml file but I am getting the following error on the button commands: "The attachable property command was not found in commanding" What assembly should isBase be pointing to???

 <Button Content="Previous Page">

                <igBase:Commanding.Command>

                    <igTileView:XamWebTileViewCommandSource 

                    CommandType="PreviousPage" 

                    EventName="Click" 

                    TargetName="xamWebTileView1" />

                </igBase:Commanding.Command>

            </Button>

 

These are the imported assemblies in xaml file:

xmlns:igTileView="clr-namespace:Infragistics.Silverlight.Controls;assembly=Infragistics.Silverlight.XamWebTileView.v10.1" 

    xmlns:Infragistics_Silverlight_Controls_Primitives="clr-namespace:Infragistics.Silverlight.Controls.Primitives;assembly=Infragistics.Silverlight.XamWebTileView.v10.1"

Thanks 

Andrew

Parents Reply Children
No Data