Hi
When I am trying to show all the Label in the dropdown as Bold. It is working fine for IE7 but in IE6, it is not showing bold. Please suggest how I can take care of this. Also is there anything else I need to take while working for Telerik control?
My code look like this.....
When I am trying to show all the Label in the dropdown as Bold. It is working fine for IE7 but in IE6, it is not showing bold. Please suggest how I can take care of this. Also is there anything else I need to take while working for Telerik control?
My code look like this.....
If
item.Value <= 0 Then
item.Style.Add(
"font-weight", "bold")
item.IsSeparator =
True
End
If
Thanks,
Pradip