Hello,
Is this possible to make corners of a grid rounded? My grid is placed inside another grid, which is placed on listview component:
I added CSS asset to this grid:
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
but with no success. Can you please help me?