I was looking more at the sample program you suggested
(ContactDatabase.java), and I saw this method:
/**
* Add a display to the database. The current range of interest of
the display
* will be populated with data.
*
* @param display a {@Link HasData}.
*/
public void addDataDisplay(HasData<ContactInfo> display) {
dataProvider.addDataDisplay(display);
}
Now, when I load up my query results, I have way more data than can
fit in the current view (i.e. the number of visible rows of data).
Do I have to somehow adjust my viewable row count for the DataGrid
before loading my query results so I could eventually see them?
Thanks,
Bill
On Jan 10, 5:27 am, kretel <krzysztof.re...@gmail.com> wrote:
> Do you use the pager with your DataGrid?
> Also check if you can see elements being added to the DOM (firebug-it).
>
> I would have a look at showcase how it works on the example:
>
> http://gwt.google.com/samples/Showcase/Showcase.html#!CwDataGrid
>
> Kris
--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment