Hello All,
I have requirment where in
When user select the column and click on a custom button "FILL COLUMN"
then the first field value in the column needs to get copied
in all the row of the same column.
Ex:-
Suppose a table contain a A, B ,C columns with 3 line items
A B C
1 a x
2 c y
3 b z
When user selects B column then click on Fill column then
all the values in the column should become a
A B C
1 a x
2 a y
3 a z
How can we select a column?
How can we caputure the value in onactionFILLCOLUMN??
Please let me know how we can handle this requirement.
Regards,
Neelima
Edited by: S Neelima on May 17, 2011 1:54 PM
Edited by: S Neelima on May 17, 2011 1:55 PM
Edited by: S Neelima on May 17, 2011 1:57 PM