-
Beni MELAMET
1
posts
Member since:
Dec 2008
Posted 24 Mar 2010
Link to this post
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?
Best,
-
-
BaiH
83
posts
Member since:
Aug 2008
Posted 25 Mar 2010
Link to this post
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.
-- BH
-