I looked around on the forms, and I found this to remove the selection border from the RadGrid in FF, but it's not working
table { -moz-user-select: none; }
(see attached)
Clientside bound...one template column....?
1 Answer, 1 is accepted
0
Accepted
Mira
Telerik team
answered on 10 Jun 2010, 10:01 AM
Hello Steve,
Please use the following style to implement the desired functionality:
<style type="text/css">
.RadGrid
{
outline: none;
}
</style>
I hope this helps.
Regards,
Mira
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.