Summary:
"I have bound a grid which contains three template cols (A, B ,C). Each Column contains a TextBox. When I bind the data I get the value of these grid TextBoxes from SQL Server. Now all that I am trying to do is when I change the value of either column A or B (TextBoxes) I want to recalculate column C. Can you please help me?" In some cases you need to dynamically calculate the value of a DataGrid column based on values in other columns. This article will explain how to make this happen. |