Hi,
I am creating a radgrid programatically. I am using Radcontrols 2007.
i am using the skin WebBlue.
In the css of the skin WebBlue, there is a css class MasterTable_WebBlue, which has the property
I am creating a radgrid programatically. I am using Radcontrols 2007.
i am using the skin WebBlue.
In the css of the skin WebBlue, there is a css class MasterTable_WebBlue, which has the property
border-collapse
: separate !important;
I want to change this to
border-collapse
: collapse;
But, i want to achieve this programatically.
I have tried
m_MainGrid.MasterTableView.Attributes.Add("border-collapse", "collapse");
m_MainGrid.Style.Add("border-collapse", "collapse");
But none of them have actually worked.
Can any moderator help please ?
Manish Thapar
