Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGridField linked to a DataSource

    I'm using:

    SmartGWT 2.2, GWT 2.0.4, Firefox 3.6 and Linux Ubuntu

    I would like to implement a table where records are put in statically once for all (as they were fixed categories), whose fields are all constants (description, name, ...) but one, who is a user choice (value).

    I'm trying to link this field to a datasource but I'm having trouble in filtering its possibles values.
    The datasource is not cached nor clienonly but is used in different places as in LOCAL FetchMode (for instance, another ListGrid used as datamanager where this source is assigned to the entire ListGrid): filtering in those cases works.
    Is there a way to emulate missing ListGridField API I use successfully in the other ListGrid?

    The API I would like to use is this:

    Code:
    setDataFetchMode( FetchMode.LOCAL );
    filterData( project.getDUMCriteria() );
    Thanks in advance
Working...
X