I am trying to invoke a radfloyout manager from a form which is a child of the main application form. When i close the radflyoutmanager from the flyout usercontrol, i am getting the error "System.InvalidOperationException: 'Cross-thread operation not valid: Control 'FrmOrgs' accessed from a thread other than the thread it was created on.'" I am unable to figure out why this is happening.
i have tried setting the associated form as both the main screen form as well as the child form but i keep getting the same error.
i have tried setting the associated form as both the main screen form as well as the child form but i keep getting the same error.