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
60
User Control Losing Focus on WebExplorerBar
posted

I have added a WebExplorerBar to a page.  For each ExplorerBarGroup, the item is a user control that I created.  I have gotten it to the point that it loads properly.  Now, when I click on a text-field in one of the user controls, it immediately loses focus.  I can't figure out how to maintain the focus on the object that is clicked on. 

I think this is probably a fairly simple setting on the bar or the group or the item, but I'm not sure.  Please help. 

Here is the explorer bar code (please note, I've tried this with and without the AutoPostBackFlags tag and get the same result either way):

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<ig:WebExplorerBar ID="newStationExplorerBar" runat="server" Width="988px" GroupContentsHeight="" >

 

 

<AutoPostBackFlags ItemClick="Off" ItemSelected ="Off" />

 

 

 

<Groups>

 

 

<ig:ExplorerBarGroup GroupContentsHeight="" Text="Distributor">

 

 

<Items>

 

 

<ig:ExplorerBarItem>

 

 

<Template>

 

 

<uc1:ucDistInfo ID="ucDistInfo1" runat="server" />

 

 

</Template>

 

 

</ig:ExplorerBarItem>

 

 

</Items>

 

 

</ig:ExplorerBarGroup>

 

 

 

 

<ig:ExplorerBarGroup GroupContentsHeight="" Text="Station" >

 

 

<Items>

 

 

<ig:ExplorerBarItem>

 

 

<Template>

 

 

<uc2:ucStationInfo ID="ucStationInfo1" runat="server" />

 

 

</Template>

 

 

</ig:ExplorerBarItem>

 

 

</Items>

 

 

</ig:ExplorerBarGroup>

 

 

 

<ig:ExplorerBarGroup GroupContentsHeight="" Text="Site Survey">

 

 

<Items>

 

 

<ig:ExplorerBarItem>

 

 

<Template>

 

 

<uc3:ucSiteSurvey ID="ucSiteSurvey1" runat="server" />

 

 

</Template>

 

 

</ig:ExplorerBarItem>

 

 

</Items>

 

 

</ig:ExplorerBarGroup>

 

 

<ig:ExplorerBarGroup GroupContentsHeight="" Text="Covered Station Schedule">

 

 

<Items>

 

 

<ig:ExplorerBarItem>

 

 

<Template>

 

 

<uc4:ucCoveredStationSchedule ID="ucCoveredStationSchedule1" runat="server"/>

 

 

</Template>

 

 

</ig:ExplorerBarItem>

 

 

</Items>

 

 

</ig:ExplorerBarGroup>

 

 

<ig:ExplorerBarGroup GroupContentsHeight="" Text="Contract Amendment">

 

 

<Items>

 

 

<ig:ExplorerBarItem>

 

 

<Template>

 

 

<uc5:ucContractAmendment ID="ucContractAmendment1" runat="server" />

 

 

</Template>

 

 

</ig:ExplorerBarItem>

 

 

</Items>

 

 

 

 

</ig:ExplorerBarGroup>

 

 

</Groups>

 

 

 

<ExpandButton AltText="Expand button"></ExpandButton>

 

 

<CollapseButton AltText="Collapse button"></CollapseButton>

 

 

 

</ig:WebExplorerBar>

 

Parents
No Data
Reply Children
No Data