In the sample code for the listview the following CSS appears. I've adapted the sample code for my app but I don't understand the purpose of this CSS. When I remove it the pager doesn't display properly. So I'd appreciate an explanation.
.k-listview:after { content: "."; display: block; height: 0; clear: both; visibility: hidden}
