Page 1 of 1

Grid in Grid doesnt show

Posted: Tue Jul 23, 2013 6:35 pm
by Yves Senn

Since a few weeks i have an app running which actually shows a grid inside a grid. I mapped data from a rest service and everything worked as expected.

A few days ago i recognized that this doesnt work anymore. The inner grid is set to display none while code is generated and i really dont get why this happens.

You can test it in my currently published version:

  1. goto http://medevent.app.appery.io/login.h...

  2. click login, the provided credentials will work for test environment

  3. Select list entry "Blutspenden"

  4. Check content of "Offene Posten"

    While inspecting you will recognize there is actually a grid in a grid which has values but somehow the display is set to none.

    Thanks for your help.

    Cheers Yves


Grid in Grid doesnt show

Posted: Tue Jul 23, 2013 6:42 pm
by Maryna Brodina

Hello! We'll take a look and update.


Grid in Grid doesnt show

Posted: Wed Jul 24, 2013 12:56 pm
by Kateryna Grynko

Hi Yves,

All the inner grids containing any output data have "display: none;" style, i.e. they're hidden.


Grid in Grid doesnt show

Posted: Wed Jul 24, 2013 1:15 pm
by Yves Senn5893543

Hey Katya,

Yeah, and exactly this is my problem. i didnt set them invisible. so why are they hidden?

cheers, yves


Grid in Grid doesnt show

Posted: Wed Jul 24, 2013 2:40 pm
by Maryna Brodina

Hello! Perhaps you had some parameter mapped to "Visible" property. Please check. If it's not the reason please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.


Grid in Grid doesnt show

Posted: Thu Jul 25, 2013 5:55 am
by Yves Senn5893543

hello, i checked and couldnt find one. app is shared with support.

thanks gor having a look

cheers, yves


Grid in Grid doesnt show

Posted: Thu Jul 25, 2013 5:56 am
by Yves Senn5893543

hello, i checked and couldnt find one. app is shared with support.

thanks gor having a look

cheers, yves


Grid in Grid doesnt show

Posted: Thu Jul 25, 2013 5:56 am
by Yves Senn5893543

hello, i checked and couldnt find one. app is shared with support.

thanks gor having a look

cheers, yves


Grid in Grid doesnt show

Posted: Thu Jul 25, 2013 3:47 pm
by Maryna Brodina

Hello! The table used in mapping becomes invisible (it's needed to create another visible tables). As a workaround you can use JS to make them visible or do not use such a big nesting. Put offenePostenIntern out of offenePosten and map requiredLevels not to offenePosten , but offenePostenIntern.


Grid in Grid doesnt show

Posted: Fri Jul 26, 2013 7:04 am
by Yves Senn

It works, thank you.