This is a migrated thread and some comments may be shown as answers.

RadMessageBox broken when used in property grid

1 Answer 67 Views
PropertyGrid
This is a migrated thread and some comments may be shown as answers.
Kristoffer
Top achievements
Rank 1
Kristoffer asked on 20 Feb 2013, 08:53 AM
private void radPropertyGrid_PropertyValidating(object sender, PropertyValidatingEventArgs e)
{
      RadMessageBox.Show("Test"); // Does not work.
      // Works: MessageBox.Show("Test");
}

When using RadMessageBox, the message box is shown for an instance and then disappears. This effectively makes it impossible to request confirmation from the user when a value changes, if you don't use the oldschool non-themed MessageBox that is.

We want to use RadMessageBox for obvious reasons. Now what?

1 Answer, 1 is accepted

Sort by
0
Ivan Petrov
Telerik team
answered on 22 Feb 2013, 02:26 PM
Hi Kristoffer,

Thank you for writing.

I was able to reproduce the issue you have described and have logged it in our Public Issue Tracking System - PITS. You can track its progress, subscribe for status changes and add your vote/comment to it on the following link - PITS Issue. Unfortunately, I am not able to provide you a workaround due to the nature of the issue.

I have also updated your Telerik points for bringing this issue to our attention.

If you have further questions, I would be glad to assist.

Regards,
Ivan Petrov
the Telerik team
Q3'12 SP1 of RadControls for WinForms is out now. See what's new.
Tags
PropertyGrid
Asked by
Kristoffer
Top achievements
Rank 1
Answers by
Ivan Petrov
Telerik team
Share this question
or