

I am using rad grid where i can set border color as below
<
telerik:GridBoundColumn ItemStyle-BorderColor="#B6C5D3" ..............
but when i am using auto generated column the color is not reflecting.
i tried to set ItemStyle-BorderColor in radgrid, master table view and item style, but no result.
I am using radgrid.net2 4.6.1.0. Is it a bug ?
please help, it is urgent.
Regards
<script language="javascript" type="text/javascript">
// OpenWin shows how to set the OnClientClose property
// dynamically using the ASP.NET AJAX convention.
// Useful for RadWindows created on the client.
function OpenWin()
{
alert(
'mayank1');
radconfirm(
'Are you sure?', confirmCallBackFn, 330, 100);
}
function showDialog() {
alert(
"mayank");
var oWnd = window.radopen("confirmPopUp.aspx", "DialogWindow");
}
function confirmCallBackFn(arg) {
alert(
"Confirm returned the following result: " + arg);
if (arg == true)
window.parent.location =
"defaultCS.aspx";
else
window.parent.location =
"default.aspx";
}
</script>
</
head>
<
body onload="OpenWin()">
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<telerik:radwindowmanager runat="server" id="Singleton" >
<
Windows>
</Windows>
</telerik:radwindowmanager>
</ContentTemplate>
</asp:UpdatePanel>
please check it and reply some solutions...