Page 1 of 2

Why is gridview cell moving out of place in live version?

Posted: Thu May 16, 2013 5:56 pm
by John Herdean

Image Image

if you can see the live version - the city "Madison" on the right side has shifted out of place to the left, but on the working version its perfectly aligned...

WHat can I do to fix this? And why is the live one different than the working one? WHat makes the alignment go out of place?


Why is gridview cell moving out of place in live version?

Posted: Thu May 16, 2013 6:31 pm
by Maryna Brodina

Hello! Could you please make your app link Public and post it here?


Why is gridview cell moving out of place in live version?

Posted: Thu May 16, 2013 6:54 pm
by John Herdean

Why is gridview cell moving out of place in live version?

Posted: Thu May 16, 2013 7:41 pm
by Maryna Brodina

Thank you! We'll test and I'll let you know about results.


Why is gridview cell moving out of place in live version?

Posted: Thu May 16, 2013 7:45 pm
by John Herdean

ok thanks


Why is gridview cell moving out of place in live version?

Posted: Thu May 16, 2013 8:28 pm
by Maryna Brodina

For some grid cells there is width set to "auto", and for some of them this value is set to numerical value in px. In editor there are fields and grids which are absent on preview. That's why the result is different. To make it look the same set for some of cells width value in px. For example for mobilegridcell_28 (in grid mobilegrid_27) change it's value from auto to 130px. Make the same changes for all cells with width value "auto".


Why is gridview cell moving out of place in live version?

Posted: Thu May 16, 2013 8:29 pm
by Maryna Brodina

For some grid cells there is width set to "auto", and for some of them this value is set to numerical value in px. In editor there are fields and grids which are absent on preview. That's why the result is different. To make it look the same set for some of cells width value in px. For example for mobilegridcell_28 (in grid mobilegrid_27) change it's value from auto to 130px. Make the same changes for all cells with width value "auto".


Why is gridview cell moving out of place in live version?

Posted: Thu May 16, 2013 8:59 pm
by John Herdean

uhmm i dont think that will work... Isnt there a %? because when there's different size phones out there or the phone it turned sideways, it gets even worse...


Why is gridview cell moving out of place in live version?

Posted: Thu May 16, 2013 9:17 pm
by Maryna Brodina

Yes, you're right, you may use %, but to avoid any further problem try to delete left and right Padding for cells (set it to 0).


Why is gridview cell moving out of place in live version?

Posted: Thu May 16, 2013 9:57 pm
by John Herdean

where do i set the % in the properties? i dont see % anywhere? And not only that, I want to be able to size the cells % by dragging the box left to right and vice versa like you do in Dreamweaver??