Hi,
I use in my smartgwt <=3.1 webapp native JS methods:
and
Is there in 4.0d some methods I can use for creating fields and records from JSON string?
Thanks
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;)
Code:
@com.smartgwt.client.widgets.grid.ListGrid::convertToListGridRecordArray(Lcom/google/gwt/core/client/JavaScriptObject;)
Thanks
Comment