Page 1 of 4

How to create app with grid?

Posted: Mon Aug 26, 2013 10:22 am
by Oleg

How to create app with grid containing data from database
adding data to grid and changing it ?
I mean bind each rows in database to rows in grid.
Like in Excell grid
Thank you.
P.S. russian / english answer


How to create app with grid?

Posted: Mon Aug 26, 2013 10:39 am
by Alena Prykhodko

Hi Oleg!

Please check the tutorial, there is the idea:
http://docs.appery.io/tutorials/build...
You will need to create Grid and drop Labels in..

To create database service in app check http://docs.appery.io/tutorials/build...

To Invoke Sercive look here http://docs.appery.io/tutorials/build...

Tell if it helps.


How to create app with grid?

Posted: Mon Aug 26, 2013 11:17 am
by Alena Prykhodko

Hi Oleg!

  1. Create DB (http://docs.appery.io/tutorials/build...).

    Database tutorial http://docs.appery.io/documentation/b...

  2. Please check the tutorial, there is the idea of design:
    http://docs.appery.io/tutorials/build...
    You will need to create Grid and drop Labels in..

  3. You will need to create database service, see this link http://docs.appery.io/tutorials/build... (#1-#6)

  4. Create the mapping like shown http://docs.appery.io/tutorials/build...
    Map $ to Grid, and components from DB to Labels (each to each).

    Back to datasources- go Design Tab.

  5. To Invoke Service look here http://docs.appery.io/tutorials/build...
    You can choose any other Component/Event to Invoke.

    Tell if it helps.


How to create app with grid?

Posted: Mon Aug 26, 2013 6:42 pm
by Oleg

its really hard to understand
could you please help me to make this grid in my project for example then i understand and continue working with your service?


How to create app with grid?

Posted: Mon Aug 26, 2013 6:47 pm
by maxkatz

The best way is to follow this step by step tutorial: http://docs.appery.io/tutorials/build.... It shows exactly what you want to do.


How to create app with grid?

Posted: Mon Aug 26, 2013 7:30 pm
by Oleg

sorry i cant do it right
may be you show it in my project as example then i understand


How to create app with grid?

Posted: Mon Aug 26, 2013 7:34 pm
by maxkatz

Please show us what you tried and what's not working.


How to create app with grid?

Posted: Mon Aug 26, 2013 7:55 pm
by Oleg

how to show you ?


How to create app with grid?

Posted: Mon Aug 26, 2013 8:57 pm
by maxkatz

Post screen shots of what you did and what doesn't work.


How to create app with grid?

Posted: Tue Aug 27, 2013 6:01 am
by Oleg

http://appery.io/app/mobile-frame?src...
this is the preview screen
is it right ?
but how to update data in database after changing text field?