RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

Showing hidden grid displays only one row

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();

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Showing hidden grid displays only one row

Hello Robert,

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

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

Showing hidden grid displays only one row

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

Image

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

Showing hidden grid displays only one row

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.

Return to “Issues”