Hi All,
I have a table view.
Iam using OncellClick.
Now, when i click on any cell, how to identify on which cell i have clicked?
( i have to know colomn name of the cell on which i have clicked )
<htmlb:tableView id = "tv_item_data"
selectionMode = "SINGLESELECT"
table = "<%= it_ekpo %>"
width = "100%" >
<htmlb:tableViewColumn columnName = "MATNR"
onCellClick = "CellClickMATNR" />
<htmlb:tableViewColumn columnName = "NETWR"
onCellClick = "CellClickNETWR" />
Thank You...