Hello,
The following code displays a prompt as expected only when I don't provide the event handler :
In the second case It displays "Telerik.Windows.Controls.DialogParameters " instead of "..." :-/
The following code displays a prompt as expected only when I don't provide the event handler :
var DialogParam = new DialogParameters { Content = new TextBlock() { Text = "..." }, Header = new TextBlock() { Text="", } }; RadWindow.Prompt(DialogParam); RadWindow.Prompt(DialogParam, ActionOnClose);In the second case It displays "Telerik.Windows.Controls.DialogParameters " instead of "..." :-/