Integrated Application Platform › Forums › General › List View – Tool Tip and Click › Reply To: List View – Tool Tip and Click
Hi Andrew,
Thanks for the reply.
1) The fix for the tooltip you suggested is working.
2) My custom control has got the medthod:
`ItemClicked(item)
{
Inspect(item)
}`
When I run the control and click the first column (cell) of any rows in the ListView, the inspect shows a number (the row’s number). But, if instead of the first column, I click the second column (cell) (which also has data), the Inspect shows false.
In other words, the ItemClicked gives the number of the row clicked only if the click is made over the first column (cell) of the row, not any other columns (cells).
Is it possible to change this behaviour so that ItemClicked (or some other method) would give the row’s number (or value) whether you clcik on the first cell or any other cell?
Thanks,
ajith