Skip to Content
0
Former Member
Sep 09, 2007 at 08:10 AM

How to know which cell is clicked?

27 Views

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...