or
<
telerik:RadListView
ID
=
"myList"
runat
=
"server"
ItemPlaceholderID
=
"PlaceHolder1"
DataKeyNames
=
"ListingId"
ConvertEmptyStringToNull
=
"False"
AllowPaging
=
"True"
PageSize
=
"15"
>
<
LayoutTemplate
>
<
asp:PlaceHolder
ID
=
"PlaceHolder1"
runat
=
"server"
></
asp:PlaceHolder
>
</
LayoutTemplate
>
<
ItemTemplate
>
<
div
class
=
"rlvI"
>
<
uc:uListItem
ID
=
"myItem"
runat
=
"server"
ListingId='<%# Eval("ListingId") %>' Title='<%# Eval("Title") %>'
Description='<%# Eval("Description") %>' Owner='<%# Eval("Owner") %>' image='<%# Eval("ThumbImg") %>'
Rating='<%# Eval("Rating") %>' Reviewers='<%# Eval("NoRate") %>' HasMail='<%# Eval("mail") %>' />
</
div
>
</
ItemTemplate
>
<
EmptyDataTemplate
>
<
div
>
<
div
>
There are no items to be displayed.</
div
>
</
div
>
</
EmptyDataTemplate
>
</
telerik:RadListView
>
What to do ?
I would appreciate not being forced to de/reinstall, why this read only attribute ?
Thanks
CS