This is a migrated thread and some comments may be shown as answers.

click on field radlistview

1 Answer 18 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Fabio Cirillo
Top achievements
Rank 1
Fabio Cirillo asked on 13 Mar 2013, 06:02 PM
hi,
i've this code:
<telerik:RadListView ID="RadListView1" runat="server" AllowPaging="True"
DataKeyNames="idutente" ItemPlaceholderID="Contenitore" PageSize="8"
Width="700px" OnNeedDataSource="RadListView1_NeedDataSource">
<LayoutTemplate>
<fieldset style="width: 700px; border:0px; background-color: #FFFFFF; background-image: none;" id="FieldSet1">
<div id="Contenitore" runat="server">
</div>
</fieldset>
</LayoutTemplate>
<ItemTemplate>
<div class="item-sponsor">
<asp:Image ID="Image1" runat="server" ImageUrl='<%# CType(Container.DataItem, PropertyUtente).imageprofile%>' CssClass="img"/>
<span class="name"> <%# CType(Container.DataItem, PropertyUtente).utente%> </span>
<span class="title"> <%# CType(Container.DataItem, PropertyUtente).Desccategoria%></span>
</div>
</ItemTemplate>
</telerik:RadListView

and i wolud that i can click on every field that i see and start a redirect with the value datakyesname...it's possible?

bye

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 18 Mar 2013, 02:14 PM
Hello Fabio,

I have attached a demo to this ticket. You need to add your web.config and the DLL files and then you will be able to run it as a website.

Regards,
Daniel
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ListView
Asked by
Fabio Cirillo
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or