|
This sample demonstrate how to set PagingButtonLayoutType property to wrap paging element in span or li tags in order to apply css styles.
PagingButtonLayoutType=PagingButtonLayoutType.None(default):
PagingButtonLayoutType=PagingButtonLayoutType.Span:
PagingButtonLayoutType=PagingButtonLayoutType.UnorderedList:
|