I use Grid and Dropdownlist. i want to select dropdownlist value in grid,
and auto calculate value show this in grid cell.
example, i select ‘dd’ and ‘ff’ in dropdownlist,
The value of dd is 10, and if the value of the ff is 20,
30 should be displayed in the grid. How to this?