Hi.
I've defined a grid like this:
In some cells (see the attached screenshot file) I have a part of the separator lines defined by css in a different style than the most part of the cells.
What's the style for this part I have to add/modify into my radGrid css file?
Thx.
I've defined a grid like this:
| <telerik:RadGrid ID="radGrid" runat="server" AllowSorting="True" AllowPaging="False" |
| EnableLinqExpressions="false" BorderWidth="0" OnItemCreated="RadGrid1_ItemCreated" |
| GridLines="None" OnNeedDataSource="RadGrid1_NeedDataSource" |
| OnItemDataBound="RadGrid1_ItemDataBound" GroupingSettings-RetainGroupFootersVisibility="true"> |
| <PagerStyle Mode="NumericPages" /> |
| <MasterTableView Width="100%" PageSize="20" ShowGroupFooter="true"> |
| <Columns> |
| </Columns> |
| <ExpandCollapseColumn Visible="False"> |
| <HeaderStyle Width="20px" /> |
| </ExpandCollapseColumn> |
| <RowIndicatorColumn Visible="False"> |
| <HeaderStyle Width="20px" /> |
| </RowIndicatorColumn> |
| </MasterTableView> |
| <ClientSettings> |
| <Selecting AllowRowSelect="True" /> |
| <Scrolling ScrollHeight="400px" /> |
| </ClientSettings> |
| </telerik:RadGrid> |
In some cells (see the attached screenshot file) I have a part of the separator lines defined by css in a different style than the most part of the cells.
What's the style for this part I have to add/modify into my radGrid css file?
Thx.
