This question is locked. New answers and comments are not allowed.
I'm trying to get the commands working on the HubTile but I get a fair few errors. With the below code, I get a an error of; "The namespace prefix "local" is not defined." and "MyCommand is not supported in a Silverlight project."
Any idea's?
Any idea's?
<telerikPrimitives:RadHubTile Title="Timers" Margin="185,0,0,372" CommandParameter="The parameter!"> <telerikPrimitives:RadHubTile.Command> <local:MyCommand/> </telerikPrimitives:RadHubTile.Command> </telerikPrimitives:RadHubTile>