Did you try deselecting it in the SelectionModel? There is a bug in CellTree (will be fixed in 2.1.1) where it does not re-render correctly sometimes. As a workaround, you can refresh the entire data provider after updating the SelectionModel.
Thanks, John LaBanca [email protected] On Sat, Dec 4, 2010 at 4:52 AM, Subhrajyoti Moitra <[email protected]>wrote: > Hello, > I am unable to deselect a selected tree node(NodeCellList) for a TreeCell > widget. > The tree uses MultiSelectionModel. > > How do you deselect an already selected tree node? Please give some > pointers or hints as how to do this. > > Thanks, > Subhro. > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- 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.
