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

InsertItemTemplate broken with 2013.2 717

4 Answers 97 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marcin
Top achievements
Rank 1
Marcin asked on 21 Oct 2013, 06:18 PM
I'm running visual studio 2013 web forms app with 2013.2.717... also tried the latest internal build but i'm having an issue when an insertitemtemplate is displayed the rest of the grid goes broken as soon as i add a control in insertitemtemplate... looks like missing tags in code generation?

 <telerik:GridTemplateColumn FilterControlAltText="Filter TemplateColumn column" UniqueName="TemplateColumn">
                    <InsertItemTemplate>
                        <telerik:RadTextBox ID="txtNote" runat="server"></telerik:RadTextBox>
                    </InsertItemTemplate>
                    <ItemTemplate>
                        SometText
                    </ItemTemplate>
                </telerik:GridTemplateColumn>

has anyone else had any issues on VS2013 and InsertItemTemplate?

4 Answers, 1 is accepted

Sort by
0
James
Top achievements
Rank 1
answered on 21 Oct 2013, 07:46 PM
Hi Marcin,

I'm using version 2013.1.403.40.  My grid was working in VS 2012 until I upgraded to VS 2013.  The rendering is off now.  I already put in a support ticket for this.  Maybe I need to upgrade. 
0
Marcin
Top achievements
Rank 1
answered on 21 Oct 2013, 08:05 PM
Hi James.... yes! that's exactly what's happening with mine too
0
James
Top achievements
Rank 1
answered on 21 Oct 2013, 08:18 PM
Workaround for me.

http://blogs.telerik.com/aspnet-ajax/posts/13-07-17/q2-2013-sp1-of-radcontrols-for-asp.net-ajax-is-available-and-vs13-ready

Provided is support for Visual Studio 2013.

Note that there is a well known issue of VS13, which is already reported to Microsoft Connect here and here. The problem is that any call to WebResource.axd returns an empty response, which breaks RadControls. The VS13 development team has promised to fix it, but until that there are a few workarounds that can be used to avoid the bug:
  • Disable VS13 Browser Link feature by clicking on the Browser Link combo button on the Standard toolbar and unchecking "Enable Browser Link"
  • Or disable the debugging <compilation debug="false"> 
  • Or use RadStyleSheetManager.

0
James
Top achievements
Rank 1
answered on 22 Oct 2013, 01:18 PM
Here's the easy workaround fix:

Make sure "Enable Browser Link" is unchecked.

See screenshot attachment below:
Tags
Grid
Asked by
Marcin
Top achievements
Rank 1
Answers by
James
Top achievements
Rank 1
Marcin
Top achievements
Rank 1
Share this question
or