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

radlistview select problem

1 Answer 99 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Baris
Top achievements
Rank 1
Baris asked on 18 Jan 2014, 08:50 PM
hi,

I am using radlistview but ı can't select a row at run time using mouse click. my code is

<telerik:RadListView ID="rlvNominal" runat="server" ItemPlaceholderID="Layout" AllowMultiItemSelection="True">
                            <LayoutTemplate>
                                <asp:PlaceHolder runat="server" ID="Layout"></asp:PlaceHolder>
                            </LayoutTemplate>
                            <ItemTemplate>
                                <div><p>Lorem ipsum dolor sit posuere.</p></div>
                                
                            </ItemTemplate>
                            <SelectedItemTemplate>
                               <div><p>choosed</p></div> 
                            </SelectedItemTemplate>
                        </telerik:RadListView>


how can I select a row? note: I added a few rows at aspx.cs

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 20 Jan 2014, 03:58 AM
Hi Baris,

Please have a look into this help documentation which discuss about selecting Items of RadListView and please take a look into this online demo.

Thanks,
Shinu.
Tags
ListView
Asked by
Baris
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or