Is there any way to add a CSS class to a ListView's container?
For example, I would like to add the CSS class "row" so it looks like this:
This is the ListView:
For example, I would like to add the CSS class "row" so it looks like this:
<
div
id
=
"CertificationList"
class
=
"row k-widget k-listview"
data-role
=
"listview"
>
This is the ListView:
@(Html.Kendo().ListView(Model)
.Name("CertificationList")