I am new to smartGWT and evaluating possibility of implementing following scenario in it.
in a ListGrid attached to a DataSource,
lets denote Rows (Record) as A, B, C, ... etc respectively
and Columns (Field) ac 1, 2, 3, .. etc respectively as with a spreadsheet cell numbering scheme,
if I were to fetch column B (say B1 to B100) and set A1 to an arbitrary value
how can I automatically calculate following formula like behavior at client side at column A (A2 to A100)
A2=A1+B1
A3=A2+B2
A4=A3+B3
Hope I make my requirement clear.
Please help.
Sahan
in a ListGrid attached to a DataSource,
lets denote Rows (Record) as A, B, C, ... etc respectively
and Columns (Field) ac 1, 2, 3, .. etc respectively as with a spreadsheet cell numbering scheme,
if I were to fetch column B (say B1 to B100) and set A1 to an arbitrary value
how can I automatically calculate following formula like behavior at client side at column A (A2 to A100)
A2=A1+B1
A3=A2+B2
A4=A3+B3
Hope I make my requirement clear.
Please help.
Sahan
Comment