Hello,
I am loading all of opportunity products on silverlight grid at opportunity form. so it displays all opportunity products for that opportunity. user can inline edit the values and upon save all the changes saved back to CRM.
I have used DataserviceExtension.cs class as describe in this link to send back only updated attribute of updated rows.http://msdn.microsoft.com/en-us/library/gg309342.aspx
In addition, I have used price currency values to be displayed on grid. as following
<sdk:DataGridTextColumn Header="RC Per Unit" Width="100" Binding="{Binding Path=new_MRCPerUnit.Value,StringFormat=\{0:n2\}, Mode=TwoWay}" CellStyle="{StaticResource AlignRight}" FontFamily="Verdana" FontSize="11" Visibility="Visible"/>
On silverlight grid when I change the value of that cell. upon updating it isn't saving the value to CRM.
1. Grid saves text field data fine using dataserviceextension.cs class but while it comes of currency fields dataserviceextension doesn't seem to be correctly working.
Can anybody please provide some idea.
THanks.
Thanks and regards,
Hiren Solanki.
Please vote or mark as a answer if it helped you.