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

Vertical Gridline missing

1 Answer 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
L
Top achievements
Rank 1
L asked on 15 Jan 2011, 08:09 AM
Hi

Whenever i hide a label in  the itemtemplate the vertical gridline seems missing.

<ItemTemplate>
                <asp:Label ID="Product" runat="server"                 
                  Visible='<%# IIf(DataBinder.Eval(Container.DataItem, "Product") = "DisCon", "True", "False")%>' Text='<%# Eval("Price", "S{0:C}") %>'></asp:Label>
 </ItemTemplate>

How should i solve this? thanks

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 17 Jan 2011, 11:11 AM
Hello,

Please go through the forum thread below, which discussed a similar scenario and let me know if it helps:
http://www.telerik.com/community/forums/aspnet-ajax/grid/radgrid-item-missing-border-when-null.aspx#1196020

Best wishes,
Pavlina
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
L
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or