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>

  • 15979
    posted

    Hello geoffhop,

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

  • 15979
    posted

    Hello geoffhop,

    The reported by you behavior was researched and addressed from our R&D team and it is resolved in our latest service release for ASP.NET v10.3 – build 10.3.20103.2073.

    You can see our latest service releases in our web site - “Support > Service Releases” and download them from “My IG > My Keys and Downloads” page.

    If you cannot see/download our latest service release you may need to register your product key first. You can register your product key in “Support > Register Your Product” page.

    If you need further assistance with this question, feel free to contact me.