Hello,
I have the following scenario:
- I have a REST service that returns JSON data in the format below:
main object
list of objects
object
- In the UI, I have:
- A ListGrid that I need to populate with the list of objects returned by the REST service.
- Some labels that depend of the object returned by the REST service.
I try to use a DynamicForm and format the data in the execute method. It works, but in devel console I can see this warning:
WARN:RecordEditor:isc_ListGrid_1filterEditor:No editable fields in this record editor. Check the 'canFilter' property for each field in isc_ListGrid_1
Can anyone lead me to a better solution?
Thanks in advance,
agalvao
PS: using SmartGWT 2.4 LGPL
I have the following scenario:
- I have a REST service that returns JSON data in the format below:
main object
list of objects
object
- In the UI, I have:
- A ListGrid that I need to populate with the list of objects returned by the REST service.
- Some labels that depend of the object returned by the REST service.
I try to use a DynamicForm and format the data in the execute method. It works, but in devel console I can see this warning:
WARN:RecordEditor:isc_ListGrid_1filterEditor:No editable fields in this record editor. Check the 'canFilter' property for each field in isc_ListGrid_1
Can anyone lead me to a better solution?
Thanks in advance,
agalvao
PS: using SmartGWT 2.4 LGPL
Comment