Grid.Row="2"  
                  HorizontalAlignment="Stretch" 
                  Margin="0,2,0,0" 
                  Name="CenterGrid"
                  IsSynchronizedWithCurrentItem="True"
                  VerticalAlignment="Top"
                  CanUserAddRows="True"
                  CanUserDeleteRows="True" 

                  ItemsSource="{Binding Source={StaticResource DetailsViewSource}}"  >

           

                                                           ItemsSource="{Binding Source={StaticResource ItemList}}"
                                            SelectedItemBinding="{Binding Path=ItemMaster}"
                                            DisplayMemberPath="ItemName"
                                            SelectedValuePath="ItemId">
                   
                       
                   

               



               
               

               

                   
                       
                               
                           
                           

                   


               


           

       
 

Detailviewsource is Collectionviewsource ..


i am doing this project using Entity Framework and wpf

i want want to multiply qty* rate = amount runtime with binding and i want to bind Amount Property of Detailviewsource because it can be send automatically send in to database.. how to do it Using Multibinding and Without Multibinding Or any other Procedure..

in this image amount is manully type