Hi,
I have a problem using the KendoUI Dialog component :
When a Dialog is closable, the X button appears on the dialog, and when I click
on it, the browser navigates to '#'. After looking in the code, when you create
the button, (which is a <a> link), you set the href to #, which causes
the navigation. Is there any way to disable this navigation or redefine the
link ?
Demonstration of the problem :
Go to : http://demos.telerik.com/kendo-ui/dialog/api#,
click edit this example, run the code in dojo, open the dialog and close it by
clicking the X button on the top right.
Thanks