Hello,
Is there a way to show in a Dialog an html formated message ?
I would like to be able to do for instance something like this :
var value = await TelerikDialogs.PromptAsync(
new MarkupString($"<p>Please choose :</p><p>1) Value 1</p><p>2)...</p>",
"Pick an item",
"1"
);And the same shall apply to AlertAsync() and ConfirmAsync() I guess.
Many thanks in advance !
Franck
