Is there a way to do more content customization than simple HTML?
I'd like to be able to add controls and other types of complex content to the content area.
1 Answer, 1 is accepted
0
Ivan Petrov
Telerik team
answered on 22 Jun 2012, 12:22 PM
Hi Robert,
Thank you for writing.
RadDesktopAlert is built by the same elements as all other controls. Therefore, you can add other elements to it as you want. Here is an example of how to add a button element:
RadButtonElement element = new RadButtonElement();