Announcement

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

    ListGridField example on SmartGWT does not work for me

    I am trying to use the example at " http://www.smartclient.com/smartgwt/showcase/#grid_databinding_lg_fields " on the showcase to understand the ListGridField. However, it complains about the "countryGrid.setData(CountryData.getRecords());" line because the CountryData.getRecords() method returns an array of CountryRecord objects, and it expects an array of ListGridField objects. Assuming the CountryRecord is a simple POJO, i created a class with its attributes and its getters/setters. It still complains about the setData method. I am not sure how this is working on the showcase. Can one of you point me in the right direction ?

    #2
    The entire showcase source is in the distribution so examine the source to see what the code looks like.

    Also please post Smart GWT questions in the Smart GWT forum.

    Sanjiv

    Comment

    Working...
    X