This example shows how to sum values in two columns. One of them is a bound to a data source column. The other one contains ASPxSpinEditor fields, in which any numeric value can be typed. Results are shown in the 'Total' column. Also, in the footer of this column, the total sum of all its values is displayed.
All calculations are performed on the client side. Calculated values aren't stored in the data source. If you want to save your changes, we suggest you review How to perform ASPxGridView instant updating using different editors in the DataItem template for details
Question Comments
Added By: Sureshma Reddy at: 4/25/2016 12:37:57 AM In this example I want to add Totalsummery for Count column and Unitprice.
where Unitprice is having empty values which is given manually.So finally I want to change Count and I will give Unitprice so that the resultwill calculated as Totalcount,Total Unitprice and Total.
where Totalcount,Total Unitprice and Total should be AspxSummeryItems.
How to accomplish this Task..??
Thanks in advance.
Added By: Artem (DevExpress Support) at: 4/25/2016 1:23:41 AM
Hello,
Thanks for contacting us. I've created a separate ticket on your behalf (T371394: How to calculate total values on the client side). It has been placed in our processing queue and will be answered shortly.