Completed
Last Updated: 24 Jul 2014 07:40 by ADMIN
ADMIN
Anton
Created on: 13 Mar 2013 10:07
Category: Form
Type: Bug Report
3
FIX. RadMessageBox - Throws ArgumentException when using with MDI forms.
RadMessageBox  throws ArgumentException - "A circular control reference has been made. A control cannot be owned by or parented to itself." when using with MDI forms. 

WorkAround:
RadMessageBox.Show("Text");
RadMessageBox.Instance.Dispose();
0 comments