Torgeir
unread,Feb 1, 2011, 7:39:04 AM2/1/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I have a CellTable with a MultiSelectionModel, and a selection checkbox in the first column, just as the CellTree sample in the GWT ShowCase. I have a problem in that when clicking on a cell in the table, eg a Cell of type SafeHtmlCell, the row is selected.
I have tries using a different Column instance, and a different Cell instance, in order to avoid this selection, but nothing seems to work. Is there a way to only allow row selection through selecting items in the selection column?