This is a migrated thread and some comments may be shown as answers.

ImageEditor in "WebUserControl Edit Form"

1 Answer 24 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
lupotana
Top achievements
Rank 1
lupotana asked on 05 Mar 2014, 06:36 PM
Hi,
I've a RadGrid and I used EditFormSettings with an external WebUserControl for Insert and Delete record.

<EditFormSettings EditFormType="WebUserControl" UserControlName="~/Desktop/Function/Content/Grid/ucGridManageEvent.ascx">
                    <EditColumn UniqueName="EditCommandColumn1">
                    </EditColumn>
</EditFormSettings>

I want use in this WebUserControl (ucGridManageEvent.ascx) an ImageEditor but the control don't work; load the image but all the feature don't work and the element in combobox are unreadable ( see picture)


1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 10 Mar 2014, 01:04 PM
Hi Marco,

It seems that for some reason the ImageEditor did not load its resources properly. Usually this is caused when a JavaScript error is thrown. Could you verify that there is not any error thrown on the page where the issue occurs?

If this is not the case we will need to examine the problem locally in order to be able to pinpoint what is causing it. Could you try to isolate the issue into a sample fully runnable project in the way explained in this blog post and send it for a further investigation?


Looking forward to hearing from you,
Vessy
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

Tags
ImageEditor
Asked by
lupotana
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or