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?
I got around my error by adding the following line after bind the data to the grid. whdgAddress.GridView.Behaviors.Activation.ActiveCell = nothing