For some reason i have to create custom liststyle based on existing one. You can find the detail in the attached picture. So is it possible to create these things? I've spent almost a a week and still stuck in this mess.
In this ListStyle documentation you can find description on how to build custom list appearance. Basically, the numbering representation depends on ListLevelStyle NumberingFormat and LevelText properties. Using UpperLetter numbering format and appropriate level text you may make numbers appear as "AAA", "BBB", "CCC". However, there is no numbering format allowing you to convert numbers to the words "ONE", "TWO", "THREE". With the following code, you may create custom list style and build document similar to the attached screenshot:
Thanks for response, but i had achieved the result like yours before i had submit this thread. The reason why i have to customize/convert the numbering format to words format is application that i made doesn't allowing to use any number/symbol in the document. Thanks anyway, Telerik documentation is help me a lot from building my apps.