Hi Marja,
The problem is due to JavaScript behavior. When the HREF attribute is retrieved via the
href property, the returned value is an absolute path. I suggest using the
getAttribute() method, which will get the original string value of the desired attribute.
You can replace the initDialog() method of the dialog with this example one:
Regards,
Ianko
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the
blog feed now.