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

select row problem

1 Answer 34 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Baris
Top achievements
Rank 1
Baris asked on 24 Jan 2014, 09:57 AM
<telerik:RadListView ID="rlvTableSelection" runat="server" AllowMultiItemSelection="true" >

                                <ItemTemplate>
                                    <p>Lorem ipsum dolor sit posuere.</p>
                                </ItemTemplate>
                                <SelectedItemTemplate><p style="background-color:red">hey babaley.</p></SelectedItemTemplate>
                            </telerik:RadListView>

Why I can't select any row?

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 28 Jan 2014, 02:22 PM
Hi,

From the provided code it would be hard to determine why the selection is not working. Would you elaborate more on the scenario that you would like to implement? Is there an error when you try to select an item and what is it?

Moreover this online demo illustrating RadListView with SelectedItemTemplate could be helpful to you.


Regards,
Viktor Tachev
Telerik
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 UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
ListView
Asked by
Baris
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or