HI
im Using ItemStyle-CssClass="rwStyle_Brkmgnt" to apply border for the for grid cells
but this border is getting show only to the First Row of grid
my code ASPX:
Please see the attachment Screen shot how the CSS is getting Applied
how to Apply border to Whole Grid
im Using ItemStyle-CssClass="rwStyle_Brkmgnt" to apply border for the for grid cells
but this border is getting show only to the First Row of grid
my code ASPX:
<telerik:GridNumericColumn ItemStyle-CssClass="rwStyle_Brkmgnt" ItemStyle-Wrap="false" UniqueName="NoOfOffices" DataField="NoOfOffices" > </telerik:GridNumericColumn>CSS:
.rwStyle_Brkmgnt { border-right: solid 1px #c1c1c1; border-bottom: solid 1px #c1c1c1; }Please see the attachment Screen shot how the CSS is getting Applied
how to Apply border to Whole Grid