I would like to know how to do this.
I added a link to the linkmanager to open a window to select custom links:
<
ahref="#"onclick="ShowCustomDialog();return false;">Select a link from links</a>
but when the window opens it has no "close button"
Trevor
0
Rumen
Telerik team
answered on 01 Feb 2010, 03:46 PM
Hello Trevor,
My suggestion is to see this live example which demonstrates how to create a custom dialog. To show the close button set the Telerik.Web.UI.WindowBehaviors.Close behavior as an argument of the showExternalDialog function: