This question is locked. New answers and comments are not allowed.
Looks like the Firefox folks finally got around to implementing "text-overflow: ellipsis". Unfortunately, it broke a few things; the Telerik grid styles have "text-overflow: ellipsis" for ".t-grid td". This caused my text-less JQuery buttons to be changed to …. I noticed a problem with the grouping demo on the Telerik ASP.NET MVC demo too (The arrow icons are changed to ellipsis)
I "fixed" the problem by adding a style attribute to my grid to remove the text-overflow style for the columns that I stick buttons into.
FYI.
-- pryankster
I "fixed" the problem by adding a style attribute to my grid to remove the text-overflow style for the columns that I stick buttons into.
FYI.
-- pryankster
