System.InvalidOperationException: ‘Row associated with the currency manager’s position cannot be made invisible.

The solution for “System.InvalidOperationException: ‘Row associated with the currency manager’s position cannot be made invisible.” can be found here. The following code will assist you in solving the problem.

MyBindingSource.SuspendBinding()
MyGrid.Rows(5).Visible = False
MyBindingSource.ResumeBinding()

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts