Announcement

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

    SmartGWT 4.0d missing ListGrid::convertToListGridFieldArray

    Hi,
    I use in my smartgwt <=3.1 webapp native JS methods:

    Code:
    @com.smartgwt.client.widgets.grid.ListGrid::convertToListGridFieldArray(Lcom/google/gwt/core/client/JavaScriptObject;)
    and

    Code:
    @com.smartgwt.client.widgets.grid.ListGrid::convertToListGridRecordArray(Lcom/google/gwt/core/client/JavaScriptObject;)
    Is there in 4.0d some methods I can use for creating fields and records from JSON string?

    Thanks

    #2
    Did some one find a work around or solution for this?

    Comment


      #3
      com.smartgwt.client.util.ConvertTo

      Comment

      Working...
      X