Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Can't select list item under WebExplorer bar
posted

 <ig:WebExplorerBar ID="SearchPanel" runat="server">
<Groups>
<ig:ExplorerBarGroup Expanded="true" Text="Advanced Search Options... (Click to Expand...)">
<Items>
<ig:ExplorerBarItem>
<Template>
<asp:ListBox runat="server">
<asp:ListItem>one</asp:ListItem>
<asp:ListItem>two</asp:ListItem>
<asp:ListItem>three</asp:ListItem>
</asp:ListBox>
</Template>
</ig:ExplorerBarItem>
</Items>
</ig:ExplorerBarGroup>
</Groups>
</ig:WebExplorerBar>

Parents Reply Children
No Data