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

How to set vertical grid lines???

1 Answer 178 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brew Hutch
Top achievements
Rank 1
Brew Hutch asked on 18 Jun 2010, 05:17 PM
Here is my grid code:
<telerik:RadGrid ID="radGrid1" Width="100%"  
     AllowPaging="True" PageSize="15" runat="server" AllowSorting="True" 
     OnNeedDataSource="OnNeed_DataSource" BorderColor="Gray"  
     BorderWidth="1px"
    <HeaderContextMenu EnableAutoScroll="True"></HeaderContextMenu> 
 
      <MasterTableView Width="100%" GridLines="Vertical" bordercolor="#CCCCCC" borderwidth="1px" AutoGenerateColumns="false"
          <Columns>               
              <telerik:GridBoundColumn UniqueName="EmpID" HeaderText="ID" SortExpression="EmpID" DataField="EmpID" /> 
              <telerik:GridBoundColumn UniqueName="EmpName" HeaderText="Name" SortExpression="EmpName" DataField="EmpName" /> 
              <telerik:GridBoundColumn UniqueName="Dept" HeaderText="Department" SortExpression="Dept" DataField="Dept"/> 
          </Columns> 
      </mastertableview> 
       
      <PagerStyle Mode="NextPrevAndNumeric" /> 
        <HeaderStyle Wrap="True" /> 
        <FilterMenu EnableTheming="True"
            <CollapseAnimation Duration="200" Type="OutQuint" /> 
        </FilterMenu> 
 </telerik:RadGrid> 




Please advise. Thanks
Brew

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 21 Jun 2010, 10:10 AM
Hello Brew,

Please refer to http://www.telerik.com/community/code-library/aspnet-ajax/grid/how-to-add-or-remove-radgrid-borders.aspx

Best wishes,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Brew Hutch
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or