hi
I have added some user control let say Text Box on map layer using data template option. but i cant able to access the user control using its name in code behind file. If any one knows how to access the user control that has been placed with in data template please help me.My code will look like this
<igMap:MapLayer.ValueTemplate> <DataTemplate x:Name="dt1"> <TextBox Width="200" Height="35" x:Name="txtSample"/> </DataTemplate> </igMap:MapLayer.ValueTemplate>
silverlight does not support the way you are trying to accomplish that. Please see: http://forums.infragistics.com/forums/p/37528/218358.aspx#218358