Hi,
I want to change the ItemTemplate dynamically during runtime.
Is it possible to use the NVelocity template engine view in order to populate the ItemTemplate?
As I'm aware NVelocity currently works only on ASP.NET MVC so it is not applicable in WebForms environment.
And. You can conditionally change the content of the RadListView ItemTemplate in several ways. For example by adding conditions into the template itself, either declaratively or by using custom ITemplate implementation.