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
270
strange tab activity
posted

I have a ultratabcontrol with 3 tabs.  One is used to view a contract and second is used to view detail of that contract and then third is used to gain access to multiple contracts.  I have a lookup txtbox to type in the contract # which opens into the first tab.  A ultragrid is in middle which is clicked on to open the contract detail of contract in viewer.  As long as i do not have data in the second tab I can change contract #'s and it will show correct data in first tab but as soon as data is entered in second tab and then i try to view a different contract all data pulls for first tab except the first txtbox which holds the contract number that i am looking up.  When the secondary tab has data the first tab then shows the contract number found in second tab.  Is this a known glitch and if so has there been a workaround.  Thank you.

Parents
No Data
Reply
  • 48586
    Verified Answer
    posted

    Hello,

     

    It seems that your issue is related to the custom code which is responsible for filling of  your data in the fields. I assume that you have subscribed for ActiveTabChanged or SelectedTabChage events and in some of this events,  you have a code that fills your data. So I suggest you to review the code in this events and to see why the your text box (txtbox) is not filled correctly.

     

     

    Please let me know if you have any further questions related to Infragistics Components.

Children