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...
also, i can i make the corners rounded??
how can i make the corners rounded?
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-...
the code is as follows now:
. mobilegrid2style {
border-style:solid;
border-width:2px;
border-radius: 15px;
}
Select "mobilegrid_2" component, set "Border Thickness" to 0.
when i do that, the border completely disappears.... now what?
Please try to "Test" app.