Hi
I am having the issue in Hide/Unhide column in RadGrid. I came to know the problem comes only after setting the custom styles for HeaderStyle template. Otherwise it is working awesomely.
I used the following styles for Headers
.HeaderStyle
{
padding-top: 5px! important;
display: block! important;
text-decoration: none! important;
font-weight: bold! important;
}
Also I used to apply the style as below
<HeaderStyle CssClass="HeaderStyle" />
So when I remove the Header Style section no problem finding in it. So how can I make both the functionalities working fine?
-Thanks in Advance