I use TRepeater in a lot of places to to display lists. However, there is no easy way to display a message when list is empty.
Logged In: YES user_id=1316897
This is already implemented.
You need to specify
<com:TRepeater> <prop:EmptyTemplate> Empty! </prop:EmptyTemplate> </com:TRepeater>
However, for this to work, you _need_ to add an empty resource to the datasouce and databind.
Cheers! Carl / Gusto PRADO Maintainer
Log in to post a comment.
Logged In: YES
user_id=1316897
This is already implemented.
You need to specify
<com:TRepeater>
<prop:EmptyTemplate>
Empty!
</prop:EmptyTemplate>
</com:TRepeater>
However, for this to work, you _need_ to add an empty resource to the
datasouce and databind.
Cheers!
Carl / Gusto
PRADO Maintainer