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
3475
"Can't move focus to the control because it is invisible...." when using Activation on the grid and WebTab
posted

Infragistics4.Web.v11.1, Version=11.1.20111.2135

I have a page with an WebTab that contains two tabs.  Each tab contains an editable WHDG with Activation enabled.  I have one save button that saves the data from both tabs.  So the user can change tabs, updating the data and save the entire page at the same time.  The problem occurs when I change data on one tab, switch to the other tab, then select the Save button.  When I turn off Activation this does not occur.  The error "Can't move focus to the control because it is invisible...." is in the Infragistic code.  Can you help?

Parents
No Data
Reply
  • 3475
    Verified Answer
    Offline posted

    I got around my error by adding the following line after bind the data to the grid. whdgAddress.GridView.Behaviors.Activation.ActiveCell = nothing

Children
No Data