Select to view content in your preferred language

DictionaryConverter in ESRI  API 3.0 ??

1950
1
01-09-2014 10:07 PM
MohammadSharique
Emerging Contributor
Hi All,

I am working on silveright 5 version project and using esri 3.0 API for that, I am trying to show the featurset in datagrid and someone given me the example to show featureset in datagrid but in "DictionaryConverter" line its gives error i tried to resolved but unable.
Kindly help me i have spent much time on this.

post which i am trying..
http://forums.esri.com/Thread.asp?c=93&f=2455&t=283850&g=1


Thanks in Advance
Mohammad Sharique
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
The Dictionary converter is no more useful from Silverlight 4.
You can now use the XAML indexer syntax: [<key>].
In your sample:
new Binding("Attributes[" + kv.Key + "]");
0 Kudos