Allen
asked on 29 Jul 2022, 04:07 AM
| edited on 01 Aug 2022, 07:33 AM
Hey Team,
I have a question for how to implement zebra striping of RadListView?
Do you have a in-built feature to do that?
For right now I know we can use DataTemplateSelector or Converter, do we have a better in-built feature to do that?
Thanks
Allen
1 Answer, 1 is accepted
0
Antoan
Telerik team
answered on 02 Aug 2022, 01:59 PM
Hello Allen,
Let me get straight to the question.
Currently we do not have an API which will let you create alternating row/item styles for the ListView and the only way to do something like that is indeed using the DataTemplateSelector or a Converter.