Hello Leonard,
Glad to hear that Zdravko's suggestion solves your issue.
In order to completely remove the borders for the listview items in ios6 and ios7 themes you can use the following css selector:
.km-ios7 .km-listview.km-list > li,
.km-ios6 .km-listview.km-list > li {
background-color: #fff;
border-width:0;
box-shadow:none;
}
Let me know if I can be of any further help.
Regards,
Vladimir Zagorski
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.