Page 1 of 1

Problem populating DataGrid on Android device

Posted: Mon Jan 05, 2015 5:28 pm
by gliacca
Hi everyone,
I built an application in which I retrieve a list of fields from an external MySQL database in order to populate a Data Grid.
All works fine, I get all the data from my remote MySQL DB but when I try to populate the DataGrid nothing happens.
I tried with an Array rather than using the classic method but it doesn't work.
It seems like it is disable.
I add that I have no problem when testing as standalone application.
I am testing the app on S4 emulator on Genymotion.
Does anyone could help me?

Thanks a lot,
Gianluca

Re: Problem populating DataGrid on Android device

Posted: Tue Jan 06, 2015 6:07 pm
by francof
ciao Gialuca,

sorry, I don't understand: you can't populate the Datagrid when, in run mode?
but it works in emulation?

franco

Re: Problem populating DataGrid on Android device

Posted: Sat Jan 10, 2015 1:36 am
by gliacca
Franco,
thank you for your reply.
I made a mistake in the code of Row Template and now I fixed and it works well.
Sorry for my error.
Thanks,
Gianluca