strange CellList selection problem

2013-02-11 Thread Yan
Hi there, I have a CellList working with SimplePager, using ListDataProvider. No Async loading. I load about 250 elements, take all default for page size. Pager and scrolling work fine. The problem is that when I click on the list. For any page after the 1st page, when I click on an

Re: CellList Selection problem

2010-12-20 Thread Mark
That was it. There was a missing closing tag. Thanks! Mark -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: CellList Selection problem

2010-12-18 Thread Mark
I've attached 3 files: uiUnselected shows what is drawn initially before any selection. uiSelected shows the view with the selection code shows a screen shot of Eclipse at the breakpoint where the target is listed and the variable is shown: tdSelect target plex level/td Thanks, Mark -- You

Re: CellList Selection problem

2010-12-18 Thread John LaBanca
Can you post the implementation of StepCell#render() so I can take a look. If everything is selected, its possible that the HTML is malformed. Thanks, John LaBanca jlaba...@google.com On Fri, Dec 17, 2010 at 6:10 PM, Mark mswaisg...@yahoo.com wrote: I've attached 3 files: uiUnselected shows

CellList Selection problem

2010-12-17 Thread Mark
I've tried creating a cell list based on the CwCellList example. Unfortunately when I select an item in the cell list it always selects all the items. Debugging into it, the code shows that in the CellList.onBrowserEvent2, initially the target is the correct html td cell selected. When it goes

Re: CellList Selection problem

2010-12-17 Thread John LaBanca
I'm a little confused. CellList doesn't use TD elements. Can you provide a screenshot? Thanks, John LaBanca jlaba...@google.com On Fri, Dec 17, 2010 at 11:59 AM, Mark mswaisg...@yahoo.com wrote: I've tried creating a cell list based on the CwCellList example. Unfortunately when I select an