Can someone please tell me how to remove the lines from the radio button list when used in a RadGridControl?
<
telerik:GridTemplateColumn
ItemStyle-Width
=
"80px"
>
<
ItemTemplate
>
<
asp:RadioButtonList
ID
=
"HASelection"
runat
=
"server"
RepeatColumns
=
"1"
RepeatDirection
=
"Vertical"
>
</
asp:RadioButtonList
>
</
ItemTemplate
>
</
telerik:GridTemplateColumn
>