Hi,
I've a RadGrid and I used EditFormSettings with an external WebUserControl for Insert and Delete record.
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)
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)
