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
1470
Issues with PostBack in WebExplorerBar
posted

Hi there

We are using the WebExplorerBar v10.3.20103.2056 and are not getting the expected behaviour when a post back occurs for the item clicked.

We are setting the AutoPostBackFlags ItemClick="On" and the post back is occuring but after the post back occurs the selected item is no longer highlighted as being selected with it's orange background. The item is selected i.e. the SelectedItem property is as expected but the background give's no indication that it is the selected item.

Am I missing something because your sample app seems to have the correct behaviour i.e. in the WebExplorerBarServerEvents.aspx class.

Here is a snippet of my code

Regards geoffhop

<ig:WebScriptManager ID="WebScriptManager1" runat="server" EnablePartialRendering="true">
</ig:WebScriptManager>
<ig:WebExplorerBar ID="WebExplorerBar1" runat="server"
    GroupContentsHeight="" 
    GroupExpandBehavior="SingleExpanded" Height="100%" 
    onitemclick="WebExplorerBar1_ItemClick1" Width="100%" 
        onload="WebExplorerBar1_Load" ViewStateMode="Enabled">
    <AutoPostBackFlags ItemClick="On" ItemSelected="Off" />
    <Groups>
        <ig:ExplorerBarGroup Expanded="True" GroupContentsHeight="" Text="Reports">
            <Items>
                <ig:ExplorerBarItem Text="First Report">
                </ig:ExplorerBarItem>
                <ig:ExplorerBarItem Text="Second Report">
                </ig:ExplorerBarItem>
            </Items>
        </ig:ExplorerBarGroup>
        <ig:ExplorerBarGroup Expanded="True" GroupContentsHeight="" 
            Text="Some other group">
            <Items>
                <ig:ExplorerBarItem Text="First Child">
                </ig:ExplorerBarItem>
            </Items>
        </ig:ExplorerBarGroup>
    </Groups>
</ig:WebExplorerBar>

Parents
No Data
Reply
  • 15979
    posted

    Hello geoffhop,

    Let me know if you need any further assistance regarding your question.

Children
No Data