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

GridTemplateColumn with RadEditor not updated...

3 Answers 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Iron
Kjell asked on 26 Aug 2016, 07:36 AM

I have a GridTemplateColumn with RadEditor, but when i try insert new post or update a post it will not be insert/updated in Internet Explorer 11 version 11.545.

It be insert/updated in IE Edge, Chrome and Firefox, not in IE 11?

Use SqlDataSource......

<telerik:GridTemplateColumn UniqueName="artikel" SortExpression="artikel" HeaderText="Artikel" HeaderStyle-Width="0px">
    <EditItemTemplate>
        <telerik:RadEditor ID="RadEditor1" Skin="Office2010Silver" ToolsFile="Toolbar.xml" Content='<%# Bind("artikel") %>' Width="670px" Height="300px" EnableResize="False" runat="server" />
    </EditItemTemplate>
</telerik:GridTemplateColumn>

3 Answers, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 31 Aug 2016, 06:42 AM
Hi Kjell,

Could you please check out the following live example and let me know whether it is working correctly in all browsers that you are testing? If it does could you pinpoint the differences from your real setup?

Regards,
Kostadin
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Kjell
Top achievements
Rank 1
Iron
answered on 02 Sep 2016, 07:39 AM

It works in live example....

I found the problem. I use GridBinaryImageColumn to upload images and when i remove:

<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" ClientEvents-OnRequestStart="conditionalPostback">

it work to update in IE 11 with EditItemTemplate and telerik:RadEditor. But then  i can not upload images.

How solve this problem?

 

0
Kostadin
Telerik team
answered on 07 Sep 2016, 05:52 AM
Hi Kjell,

Could you please provide your code declaration and the related code behind in order to examine it locally? Additionally you can examine the following help article which elaborates more on configuring the different grid column types.

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