Hello
I am trying to use a RadPanelBar with an XMLDataSource like this :
with a RadButton in the same page.
But in the RadButton onClick event, pnlBar.SelectedItem is always null.
How can I do to make the selectedItem persist over a postback?
Thank your for your answer.
Read you soon.
I am trying to use a RadPanelBar with an XMLDataSource like this :
<telerik:RadPanelBar ID="pnlBar" Runat="server" Skin="Simple" Width="100%" DataSourceID="XmlDataSource1" DataTextField="Text" DataValueField="Value"></telerik:RadPanelBar><asp:XmlDataSource ID="XmlDataSource1" runat="server" DataFile="~/FluxRSS.xml" XPath="/items/*"></asp:XmlDataSource>with a RadButton in the same page.
But in the RadButton onClick event, pnlBar.SelectedItem is always null.
How can I do to make the selectedItem persist over a postback?
Thank your for your answer.
Read you soon.