Hello
Since upgrading to v9.2 the parameter on the CanExecute override in my command classes are being passed a null. My code hasn't changed, i just updated my references from v9.1 to v9.2.
Any ideas?
Thanks
Kevin
I think it was the targetname property that messed me up. i removed that and let the framework "find an ICommandTarget" and it worked. i will look into it more, but for now i am good.
ted
In the 2010.1 release the CommandSource ResolveCommand() gets called but the actual command CanExecute and Execute are never called. Is this a known bug, or should this work.
i followed this example exactly (http://community.infragistics.com/silverlight/articles/custom-commands-with-infragistics-silverlight-commanding-framework.aspx). No luck. what could go wrong in my code once it gets a new CommandBaseClass from the source to cause the can() or execute() calls to not happen?
thanks
Thanks for replying Steve. I have sorted it.
Hey Kevin,
Nothing should have changed in that area.
Do you have a sample showing the problem?
-SteveZ