silverlight 3 datagrid x:name issue -


I recently raised my SL2 solution to SL3. I have user controls in which only one datagrid is:

  & lt; UserControl x: class = "Case.CaseDataGrid_View" xmlns = "http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns: x = "http://schemas.microsoft.com/winfx/2006/ Xaml "xmlns: data =" clr-namespace: system windows. Controls; assembly = system.windows.doc. Data "& gt; & Lt; Data: Datagrid language = "N-GB" Autogenerate column = "True" Rohite = "20" ITEMSource = "{Binding case}" selected ITEM = "{Binning selected key, mode = two}" & gt; & Lt; / Data: Data grid & gt; & Lt; / UserControl & gt;  

This is referred to as a parent page:

  & lt; UserControl xmlns = "http://schemas.microsoft.com/winfx/2006/xaml/Presentation" xmlns: x = "http://schemas.microsoft.com/winfx/2006/xaml" xmlns: D = "http: //schemas.microsoft.com/expression/blend/2008 "xmlns: mc =" http://schemas.openxmlformats.org/markup-compatibility/2006 "mc: Ignorable =" d "x: class =" example workmanager Check the UI module. Check C: "D: DesignWidth =" 888 "D: DesignHyat =" 480 "xmlns: Case =" clr-namespace: Case; Assembly = User Control "& gt; & Lt; Content Control X: Name = "Security Content" Horizontal Content Element = "Statch" Vertical Content Alignment = "Statch" & gt; & Lt; Grid X: Name = "Layouts" & gt; & Lt; Case: CaseDataGrid_View Grid Line = "0" minhite = "200" margin = "8,8,0,8" horizontal alignment = "left" workspaceElement = "top" height = "auto" case = "{binding case}" selected cAS = "{compulsive Selected season, mode = twoway} "custom gridfield =" {binding customdate field} "/> & Lt; / Grid & gt; & Lt; / ContentControl> & Lt; / UserControl & gt;  

When I add an X: All of my properties start throwing errors on the name of the property under my original user control, user control context:

  & Lt; Data: DataGrid x: name = "Anything" language = "N-GB" AutoGenate column = "True" ROHEIGHT = "20" ITEMSOURCE = "{Binding CASES}" selected ITEM = "{Changing Change, Mode = Do } "& Gt; & Lt; / Data: Data grid & gt;  

Errors first Unknown attribute grid. Row , pointing to the XAML in the Guardian page:

<<> CaseDataGrid_View Grid.Row = "0"

When I remove the Grid.Row attribute, throw the next one similar error.

Is this a known problem / bug with the DataGrid? If not, then what is the reason for this?

Thank you, Mark

It appears that my SL3 upgrade made my SLL The assembly reference was not updated properly (I keep copies of the SL Assemblies in the source code, so developers who are not working from C: \ By default, still open the project and can compile) < / P>


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -