Hello. Unfortunately I already ran into the next feature of the DataGrid I seem to have problems to understand its usage: row selection by clicking in the first cell of the row (which right now is a simple TextCell, if that matters)
Basically I have setup the selection support as it is shown in the custom datagrid in the showcase. There, the row selection is done by checkboxes. I would need to implement the selection by mouse. Some class names are added to a cell when I click on it, but multiple selection with shift or control key does not work. In a comment in the showcase datagrid it says: * This table will uses a checkbox column for selection. Alternatively, * you can call dataGrid.setSelectionEnabled(true) to enable mouse This call is nowhere to be found with GWT 2.5. So, what Do I need to do to get selection working? Thanks, Michael -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/2kVwo0DicAAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
