Page 1 of 1

Showing hidden grid displays only one row

Posted: Mon Apr 27, 2015 4:25 pm
by RobertJay

I wanted to mention this, but it does not effect my work at all - so no urgency whatsoever (for me).

If I hide a grid, populate it from a service, and then show the grid, only 1 row is displayed - i.e. the grid shows only the single populated row set via the UI.

The commands used were:

Appery( "GridName" ).hide();
Appery( "GridName" ).show();


Showing hidden grid displays only one row

Posted: Tue Apr 28, 2015 5:28 am
by Serhii Kulibaba

Hello Robert,

It is impossible to show child of hidden component. You should hide all choldren instead of only one.


Showing hidden grid displays only one row

Posted: Tue Apr 28, 2015 6:22 am
by She

Hi RoberJay,
Or you can do a trick, add another Grid inside the Grid, for example is the screenshot below:

Image


Showing hidden grid displays only one row

Posted: Tue Apr 28, 2015 2:19 pm
by RobertJay

Thank you Sergiy and She. Sergiy, I guess my confusion is why a list with a label is treated differently than a grid with a label. An unhidden list will display all items downloaded from the service. In any case, as I said, absolutely no big deal for me.