Page 1 of 2
how do i make a single border around the entire gridview?
Posted: Sun May 19, 2013 2:19 am
by John Herdean
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...
how do i make a single border around the entire gridview?
Posted: Sun May 19, 2013 2:28 am
by John Herdean
also, i can i make the corners rounded??
how do i make a single border around the entire gridview?
Posted: Sun May 19, 2013 2:28 am
by John Herdean
how can i make the corners rounded?
how do i make a single border around the entire gridview?
Posted: Sun May 19, 2013 2:46 am
by Igor
You can use CSS for just one border around.
1.Select "mobilegrid_2" component;
2.Add "Class Name" = "mobilegrid2style";
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-...
how do i make a single border around the entire gridview?
Posted: Sun May 19, 2013 3:10 am
by John Herdean
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?
how do i make a single border around the entire gridview?
Posted: Sun May 19, 2013 3:10 am
by John Herdean
the code is as follows now:
. mobilegrid2style {
border-style:solid;
border-width:2px;
border-radius: 15px;
}
how do i make a single border around the entire gridview?
Posted: Sun May 19, 2013 3:25 am
by Igor
Select "mobilegrid_2" component, set "Border Thickness" to 0.
how do i make a single border around the entire gridview?
Posted: Sun May 19, 2013 3:37 am
by John Herdean
when i do that, the border completely disappears.... now what?
how do i make a single border around the entire gridview?
Posted: Sun May 19, 2013 3:48 am
by Igor
Please try to "Test" app.
how do i make a single border around the entire gridview?
Posted: Sun May 19, 2013 4:15 am
by John Herdean
i did, its not working... here are snapshots...