Hello,
I am using telerik latest relase build. I want to change the radgrid alternate row colors but there no change even though I changed the properties as suggested in the demo.
I want set the style in mush more detail. May be using some CSS class will be helpful.
I am using telerik latest relase build. I want to change the radgrid alternate row colors but there no change even though I changed the properties as suggested in the demo.
<telerik:RadGrid ID="rg_CSMD_Backlog_By_Status_FL" runat="server" AllowPaging="false" PageSize="15" AllowSorting="True" AutoGenerateColumns="False" GridLines="None" OnNeedDataSource="rg_CSMD_Backlog_By_Status_FL_NeedDataSource" BorderColor="White" BorderStyle="None" Height="99.9%" Width="99.9%" OnItemDataBound="rg_CSMD_Backlog_By_Status_FL_ItemDataBound" OnItemCommand="rg_CSMD_Backlog_By_Status_FL_ItemCommand" ShowGroupPanel="false" ShowFooter="false"> <AlternatingItemStyle BackColor="AliceBlue" /> <AlternatingItemStyle BorderWidth="1px" /> <ItemStyle BackColor="White" /> <ItemStyle BorderWidth="1px" /> <MasterTableView CommandItemDisplay="None" DataKeyNames="OWNER" GroupLoadMode="Client"> <GroupByExpressions> <telerik:GridGroupByExpression> <SelectFields> <telerik:GridGroupByField FieldAlias="GroupBy" FieldName="GroupBy" /> </SelectFields> <GroupByFields> <telerik:GridGroupByField FieldName="GroupBy" SortOrder="Descending" /> </GroupByFields> </telerik:GridGroupByExpression> </GroupByExpressions> <Columns> <telerik:GridBoundColumn DataField="OWNER" HeaderText="OWNER" DataFormatString="<nobr>{0}</nobr>" HeaderStyle-Font-Bold="true" HeaderStyle-Font-Size="X-Small" HeaderStyle-Width="50%"> </telerik:GridBoundColumn> <telerik:GridBoundColumn Aggregate="Sum" DataField="CASES" HeaderText="CASES" DataFormatString="<nobr>{0}</nobr>" HeaderStyle-Font-Bold="true" HeaderStyle-Font-Size="X-Small"> </telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="AGING" HeaderText="AGING" DataFormatString="<nobr>{0}</nobr>" HeaderStyle-Font-Bold="true" HeaderStyle-Font-Size="X-Small"> </telerik:GridBoundColumn> </Columns> <PagerStyle Mode="NextPrev"></PagerStyle> </MasterTableView> <ClientSettings EnableRowHoverStyle="true" AllowGroupExpandCollapse="true"> <Resizing AllowColumnResize="true" /> <Selecting AllowRowSelect="true" /> <Scrolling AllowScroll="false" UseStaticHeaders="true" /> </ClientSettings> </telerik:RadGrid>I want set the style in mush more detail. May be using some CSS class will be helpful.
