Hi,
I have a gridview with ITEM TEMPLATES for 12 fields, for each collumn set of calculations are there based on rows. Can you please provide me the sample code in JAVASCRIPT
LOOP THROUGH THE GRIDVIEW TEXTBOXES AND GET THE VALUE AND DO THE CALCULATION AND SHOW THE RESULT IN ONE OF THE ROWS.
Example :
If am in Cell 7, will take the value of Row1 + Row 2 - Row 7 - Row 9 and the total should be shown in Tow 12 of Cell 7
AutoGenerateColumns="False"
forecolor="Black"
onrowdatabound="grdCIP_RowDataBound" DataKeyNames="CIP_CategoryId"
onrowcreated="grdCIP_RowCreated">
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question.
Midhun TpPosted Aug 24, 2017, 3:18 AM
Rajkiran SwainPosted Aug 23, 2017, 8:48 AM