I am having 3 GridViewDataTextColumn to which i want to perform the multiplication of the value and stored in the another GridViewDataTextColumn automatically using javascript.
Asked
Active
Viewed 238 times
1
-
I think you should do it on HtmlRowPrepared event of the ASPxGridview. It is looking little tricky to do calculation at client side.. – Niranjan Singh Dec 16 '16 at 06:26
-
can u tell me how to do that on HtmlRowPrepared event of the ASPxGridview? @NiranjanKala – mohamed sami Dec 16 '16 at 06:29
-
I have added references in answer.. – Niranjan Singh Dec 16 '16 at 07:17
1 Answers
0
Source - ASPxGridView - How do I add a column has the total sum of each row
Please examine the following code examples that illustrates how to accomplish a similar task in the ASPxGridView control:
How to sum the values of bound and unbound columns and calculate the total value on the client side with sorting, paging and dragging columns How to sum values of bound and unbound columns and calculate a total value on the client side
References:
ASPxGridView - How to get another column value in the HtmlDataCellPrepared event handler
Calculating a ASPxGridview Column in DevExpress
ASPxGridView - How to add a calculated column

Community
- 1
- 1

Niranjan Singh
- 18,017
- 2
- 42
- 75