Hi There,
I have datagrid which has there columns. Col1, col2 and col3. How do I code it to make col3 as total number of col1 and col2. Col1 and col2 are currency.
Thanks in advance.
Printable View
Hi There,
I have datagrid which has there columns. Col1, col2 and col3. How do I code it to make col3 as total number of col1 and col2. Col1 and col2 are currency.
Thanks in advance.
There may be a way but mainly the datagrid is for displaying the data, not working with it. But what you could do is just make a query and sum Col 1 & 2 into 3 and then bind the grid to the query instead.