John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

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

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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".

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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".

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

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

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...

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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).

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

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

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??

Return to “Issues”