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

how do i make a single border around the entire gridview?

i added a border around a gridview, but it gave me the individual borders around each cell. I dont want borders in around every cell, just one border around the enrire gridview, thats it... heres a snapshot of what i dont want...

Image

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

how do i make a single border around the entire gridview?

also, i can i make the corners rounded??

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

how do i make a single border around the entire gridview?

how can i make the corners rounded?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

how do i make a single border around the entire gridview?

You can use CSS for just one border around.

1.Select "mobilegrid_2" component;
2.Add "Class Name" = "mobilegrid2style";

  1. add CSS file with the following code:
    code
    . mobilegrid2style {
    border-style:solid;
    border-width:2px;
    }
    /code

    You can use CSS for make the corners rounded. Please look at next example: http://www.css3.info/preview/rounded-...

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

how do i make a single border around the entire gridview?

ok i did all that and i still got no changes in my border?? what next? Heres what my properties and css files look like now?

Image Image

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

how do i make a single border around the entire gridview?

the code is as follows now:

. mobilegrid2style {
border-style:solid;
border-width:2px;
border-radius: 15px;
}

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

how do i make a single border around the entire gridview?

Select "mobilegrid_2" component, set "Border Thickness" to 0.

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

how do i make a single border around the entire gridview?

when i do that, the border completely disappears.... now what?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

how do i make a single border around the entire gridview?

Please try to "Test" app.

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

how do i make a single border around the entire gridview?

i did, its not working... here are snapshots... Image Image

Return to “Issues”