I have some issue putting a datapager to a list box. Following below is my code
<telerik:RadDataPager ID="RadDataPager1" runat="server" PagedControlID="RadListBox1"> </telerik:RadDataPager> <telerik:RadListBox ID="RadListBox1" runat="server" AutoPostBack="True" DataKeyField="EventLocation" DataSourceID="Listbox" DataTextField="EventLocation" DataValueField="EventLocation" DlisataKeyField="EventLocation" Skin="Black" allowpaging="true" style="z-index: 1; left: 1109px; top: 114px; position: absolute; height: 48px; width: 155px; text-align: center;"> <ButtonSettings TransferButtons="All" /> </telerik:RadListBox>
When i run my aspx page, it doesnt show any paging