Page 1 of 1

Display grid loop in horizontal line.

Posted: Thu Nov 12, 2015 1:24 am
by Anthony Berko

Hi Guys

I am having a lot of trouble displaying a loop in a grid in a horizontal line. I am looping weather information for 5 days and can only get it to display vertically...

Image

Image

I have found many topics in this forum with similar issues but can not get css to work how I want. I have tried a class using:

.InlineWx {
float: left;
}

OR

.InlineWx {
display: inline-block;
}

Neither are doing the job and I still get the same vertical display. I have tried applying the class InlineWx to both the grid that holds the label and the label itself.

Please help.........


Display grid loop in horizontal line.

Posted: Thu Nov 12, 2015 7:41 am
by Serhii Kulibaba

Hello Anthony,

Please use CSS as it is shown here:
https://getsatisfaction.com/apperyio/...


Display grid loop in horizontal line.

Posted: Thu Nov 12, 2015 9:51 am
by Anthony Berko

Hi Sergiy

I have already tried this code with no luck. In the css section I have used the following..

[name=WxGrid]{
float:left;
width:50px;
}

where WxGrid is the name of the mobile grid that receives the mapping in service.

Image

Image

Image

The numbers from the weather database still loop vertically....


Display grid loop in horizontal line.

Posted: Fri Nov 13, 2015 7:54 am
by Serhii Kulibaba

Please share (http://devcenter.appery.io/documentat...) your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and provide us with the following information:

1) App name
2) Test credentials if login functionality is implemented in your app
3) Detailed steps to reproduce the issue