Binding to indexator

Can I create Binding in GridDataControl to the indexator of Buisness object?
Binding="{Binding Path='Model[Diameter].Value'}" or
MappingName="Model[Diameter].Value'"

It's not work(


3 Replies

PA Pavel December 5, 2013 10:41 PM UTC

I have exception: Invalid Column added
in Syncfusion.Windows.Controls.Grid.GridDataVisibleColumn.get_ColumnType()
What can this mean?
   


PA Pavel December 5, 2013 10:51 PM UTC

Sorry, I find solution:
<sf:GridDataVisibleColumn Width="85" MappingName="Wrapper[Parameter].Value" VisibleColumnType="{x:Type system:Object}"/>


KG Kasthuriraja G Syncfusion Team December 24, 2013 06:38 AM UTC

Hi Pavel,

 Thanks for using Syncfusion products.

 We are happy to hear that your problem has been resolved.

 Please let us know if  you have any queries.

 Thanks,

Kasthuriraja G


Loader.
Up arrow icon