Hi,
I have this problem with Web Client trial controls that I can't get the Silverlight 3 ChildWindow object work with XamWebGrid.
The problem rises when I try to show a child window (ChildWindow.Show) when there is a visible XabWebGrid object on the parent window. I get InvalidOperationException with message "Cannot resolve TargetName contentPresenter.".
This issue is going to be resolved with the next service release. Until then, you can go around it by removing the Disabled VisualState from the PagerItemStyle. This style is located in PagerCellControl - PagerControl - PagerItemStyle.
I am attaching a sample project with this fixed for you and anyone who stumbles on this upon search.
This looks like an issue. I am going to bring this up to the Development Team and will be creating a support case on your behalf so that you will be notified when this is resolved with a Service Release.
Hello,Than you for the answer. I investigated my code further and discovered that the error/bug is related to XamWebGrid pager. Just applying paging will reproduce the error.Here is what I added to your sample code to reproduce the error:<igGrid:XamWebGrid.PagerSettings><igGrid:PagerSettings AllowPaging="Both" PageSize="5"/></igGrid:XamWebGrid.PagerSettings>
Hello,
There is no difference between trial and full version in the code of our controls. Does this mean that you have tried this on a full version control set and it is working correctly?
I am attaching a sample project using your steps to reproduce. Please take a look at it and let me know if you can reproduce the behavior that you are describing with this sample. If not, please modify it so that the problem is reproducible.