Atanas Simeonov
Posted
on Dec 10, 2009
(permalink)
|
RadControls version
|
|
| .NET version |
|
| Visual Studio version |
|
| programming language |
|
| browser support |
all browsers supported by RadControls
|
PROJECT DESCRIPTION
Hello,
I'm trying to put Image Editor in File Explorer and I have some
progress, but there is still a bugs. This code open image editor
instead of default image preview. Or if you wanna keep default functionality (or don't need a preview of images) I add new menu item called "Edit Image" (for images only) that open the image editor.
I hope this to be helpful for the community.
Best wishes,
A. Simeonov
Reply
Answer
Fiko
Fiko
Posted
on Dec 15, 2009
(permalink)
Hi Atanas,
This is a good idea and I believe that the solutions will be of help for the Telerik community. I reworked, however, the provided files, because the web pages were not
XHTML compliant :
- Missing DTD
- Missing form tag
- Missing body tag
- Missing ScriptManager (required by all ASP.NET Controls)
After adding these elements on the page the projects work fine (attached to this response).
Thank you for your effort. I have added
Telerik points into your
Telerik account.
Regards,
Fiko
the Telerik team
Reply
Atanas Simeonov
Posted
on Dec 15, 2009
(permalink)
Hi
Fiko,
I'm sorry for this mistake, it's so because I'm using master page.
Best wishes,
A. Simeonov
Reply