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

radEditor inside radGrid

3 Answers 119 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Donnagh
Top achievements
Rank 1
Donnagh asked on 02 Jun 2016, 11:08 AM

I am adding a radEditor to a radGrid which is on pop up window for an ASP.Net application. However when I add the control and render the page the radEditor is unresponsive and does not allow me to add text or use any of the controls on the toolbar. When I debug in the browser there is an error message "Uncaught Type Error: a[b] is not a function". Is there any known issues of having the radEditor inside a radGrid? below is the tag structure.

 

<telerik:RadAjaxPanel>

   <telerik:RadGrid>

      <mastertableview>

         <EditFormSettings>

            <FormTemplate>

               <div>

                  <telerik:RadEditor ID="radID" runat="server" Content='<%# Bind("stuff") %>'></telerik:RadEditor>

              </div> `

            </FormTemplate>

         </EditFormSettings>

      </mastertableview>

   </telerik:RadGrid>

</telerik:RadAjaxPanel>

I am adding a radEditor to a radGrid which is on pop up window for an ASP.Net application. However when I add the control and render the page the radEditor is unresponsive and does not allow me to add text or use any of the controls on the toolbar. When I debug in the browser there is an error message "Uncaught Type Error: object is not a function". Is there any known issues of having the radEditor inside a radGrid?

I am adding a radEditor to a radGrid which is on pop up window for an ASP.Net application. However when I add the control and render the page the radEditor is unresponsive and does not allow me to add text or use any of the controls on the toolbar. When I debug in the browser there is an error message "Uncaught Type Error: object is not a function". Is there any known issues of having the radEditor inside a radGrid?

I am adding a radEditor to a radGrid which is on pop up window for an ASP.Net application. However when I add the control and render the page the radEditor is unresponsive and does not allow me to add text or use any of the controls on the toolbar. When I debug in the browser there is an error message "Uncaught Type Error: object is not a function". Is there any known issues of having the radEditor inside a radGrid?

3 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 06 Jun 2016, 02:49 PM
Hi Donnagh,

I created a project that follow the shown configuration, but to no avail. RadEditor is operating normally on my end. 

You can find the project created attached (make sure to add the assemblies in the Bin before running it). Please examine it and let me know if I am missing anything further to reproduce the described behavior.

Regards,
Ianko
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Donnagh
Top achievements
Rank 1
answered on 06 Jun 2016, 03:07 PM

Hi lanko.

I was messing about with things today and found that if I removed the radAjaxLoadingPanel the radEditor worked as expected. This left me with out a loading gif for the popup, so I am now working on adding my own custom loading gif. I am using an older version of the telerik UI v2014.2.618.45 do you know if any conflicts between the radAjaxLoadingPanel and the radEditor exist and if so, any simp[le solutions?

 

Thanks,

Donnagh

0
Ianko
Telerik team
answered on 07 Jun 2016, 08:46 AM
Hello Donnagh,

I added a RadAjaxPanel, but this does not led to the described issue. 

You can find attached the modified ASPX file and the result of my tests is recorded in this screencast—http://screencast.com/t/x7zL3Vrn4Abc.

Regards,
Ianko
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Editor
Asked by
Donnagh
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Donnagh
Top achievements
Rank 1
Share this question
or