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

Visual Studio 2013 Image GridTemplateColumn breaks grid

3 Answers 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
danparker276
Top achievements
Rank 2
danparker276 asked on 13 Nov 2013, 06:13 AM
I have a few different grids that use the column below.  In VS 2012 it's fine, but in 2013 only the image shows up and all the other columns disappear.  Then it just displays the columns horizontally instead of verticle.


                               <telerik:GridTemplateColumn Visible="true"  AllowFiltering="false"
                                    HeaderText="Image" UniqueName="dressImg5">
                                <HeaderStyle />
                                <ItemTemplate>
                                    <asp:HyperLink ID="targetControl" runat="server" NavigateUrl="#">
                                        <asp:Image ID="imgFront" Height="40" runat="server" AlternateText="Front"
                                            ImageUrl='<%# Eval("ImgFrontId", "~/StreamImage.ashx?imageID={0}&thumb=Y") %>'
                                            ImageAlign="Middle" />
                                    </asp:HyperLink>
                                </ItemTemplate>
                            </telerik:GridTemplateColumn>

3 Answers, 1 is accepted

Sort by
0
danparker276
Top achievements
Rank 2
answered on 14 Nov 2013, 11:52 PM
This is now fixed in the latest update.
0
Viktor Tachev
Telerik team
answered on 15 Nov 2013, 12:36 PM
Hi,

There was an issue with Visual Studio 2013 and the previous version of RadControls. However it has been fixed in the service pack (version 2013.3.1114). It is available for download from our site after you log in to your account.

I hope this would be helpful to you.

Regards,
Viktor Tachev
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
IT
Top achievements
Rank 1
answered on 15 Nov 2013, 03:47 PM
Wow , Excellent

Just noticed this problem myself 


Tags
Grid
Asked by
danparker276
Top achievements
Rank 2
Answers by
danparker276
Top achievements
Rank 2
Viktor Tachev
Telerik team
IT
Top achievements
Rank 1
Share this question
or