Posted 1/24/2008 8:18:11 AM | | | Hi again, I hope the title is clear enough to understand 
I have a GridPage which displays recent phone calls, with three colums: 'recipient', 'description', 'date created'.
When a user clicks on a recipient, it opens a window with the record details, which is good. (I used ColumnType.EntityLink), otherwise, the ClickEvent is fired.
But what we would like to happen, is that the window only opens when a user clicks on the text inside a cell (e.g. there is a contact named 'Hanno Zwikstra' in a cell in the 'recipient' column, when a user clicks on the name, a window with contact details opens, when a user clicks in the cell, but on 'whitespace', only a ClickEvent is fired).
Is that possible? |
| |
|