Instead of the your "for", try to use:
for (int i=0;i<content.length;i++){
getStore().add(recordDef.createRecord(content[i]));
}
where content is the Object[][] filled with the data you want
I know it's similiar to your code but maybe your record[i] =
recordDef.create ....... it's not working
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---