I have an Image link in a Template Column in a RadGrid,
The image has got a blue line around it, I have read that this can be solved by setting the BorderPrimitive to = Collapse,
Can someone PLEASE tell me where / How to set this !!!
Many Thanks
Regards
Darren
2 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 29 Nov 2010, 10:16 AM
Hello Darren,
There is no such thing as BorderPrimitive in RadGrid for ASP.NET AJAX. In your case you should set a zero border style to the image. Adding borders to images inside hyperlinks is a standard browser behavior, just like adding underline to hyperlink text.
Here is how to easily remove all problematic image borders with a CSS rule: