KidA78
unread,Mar 12, 2008, 10:49:40 AM3/12/08Sign 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 GWT-Ext Developer Forum
Hey all,
Version: Gwt-Ext 2.0.2
Been running into an issue, I'm not sure if this as designed or a
bug. I have a GridRowListenerAdapter() that I've added using the
addGridRowListener(listener); method, and it works fine.
The grid displays a list of search results, and as the search is
updated, the grid is refreshed using the reconfigure() method.
However, after calling reconfigure, the listener no longer works. I
have tried re-adding the listener at this point, and still, not
working.
I suspect this is a bug, but I'm wondering if there's another way as-
designed to get this working. Time constraints and deadlines make
this an urgent issue, so feedback would be appreciated, thanks.
- Paul