I'm using the 1.7 version of PagingScrollTable from the incubator with
my 2.0RC1 GWT and the table seems to function fine, but I noted that
when I click on the header columns (which are allowed for sorting), my
RowSelectionHandler still fires onRowSelection(), even though no new
rows were clicked.

I prefer to only know when a new row is selected (my table is set to
select one row when it's clicked) since I take action then.  But when
I click on the table's header, it fires again, and then my code thinks
it's time to do the action again.  It shows the same selected row that
was selected before when it was clicked directly.  Is there a way to
know if it's the header that's been clicked and not data row?  Or is
the RowSelectionHandler not the right one for me?

Is there a way to deselect a row that's been selected?

Thanks....

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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.


Reply via email to