how to bind Optionset value and currency value in datagrid of silverlight,crm 2011

Obecná diskuse how to bind Optionset value and currency value in datagrid of silverlight,crm 2011

  • 16. května 2012 8:22
     
     

     hi all

    I modified the existing editable gridview of contact avaiable in sdk.

    because I need editable gridview for custom entity.but in that custom entity there is optionset field and currency field.

    so, how to bind optionset and currency field in datagrid.

    below code shows the currency field.

    <sdk:DataGridTextColumn x:Name="RateTxt" Header="Rate" Binding="{Binding Path=new_rateValue, Mode=TwoWay}" IsReadOnly="True" />Error :"RESTSilverlightContactEditor.CRMOdataService.Money"

    how to resolve this ....

    please let me know if you has other method to this issue.

    Gangadhar


    • Upravený Gangadhar.G 16. května 2012 8:24 changing
    •