Select to view content in your preferred language

Silverlight4, Maptip of FeatureLayer problem - resolved

581
2
07-14-2010 07:01 PM
LianchengRen
Emerging Contributor
I get a problem when using Silverlight 4. A FeatureLayer has a Maptip.

<TextBlock Text="{Binding [table_RTu.Type_name]}" FontWeight="Bold" Margin="60,0,0,0"/>

A Error show: Type Name Binding "[table_RTu.Type_name]" cannot have a '.'

How can I fix it?
Thanks.
0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
Try escaping the point : "table_RTu\.Type_name" but without any guarantee becasue from my understanding your code should work, so...
0 Kudos
LianchengRen
Emerging Contributor
�??table_RTu\.Type_name�?� works.
Thanks 😮
0 Kudos