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
Andrew,
Has Marinii's answer address you question?
Thank you!
Thank you yes, sorry for delayed response I have been out of town and away from my machine.