Hello ,
I have table , there are several columns.Out of those there are two columns . Say Col A & Col B . Both these colmuns are grouped into a single radio button. So the user has click only one button . There are 5 rows.At the end there are two fields. Say Total_ColA , Total_ColB.So if a user clicks 3 rows of ColA and 2 rows of colB , Then the Total_ColA should show 3 , and the Total_ColB should show 2 . Problem is if i use calculation script by using the sum function , then both the column shows same value . Even if I use custom javascript there are no such events which will show automatically the values.So how to get over it ?
Thanks.
Bibhu.
George Kaiser