This question is locked. New answers and comments are not allowed.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin
asked on 03 Oct 2011, 01:51 PM
Hello all,
There is a bug with Firefox 7's implementation of the text-overflow style. This leads to visual glitch in Grid's editing mode - the inputs are seen as ellipsis (...).
To avoid the problem, please use the following custom style:
Regards,
Georgi Tunev
Telerik
There is a bug with Firefox 7's implementation of the text-overflow style. This leads to visual glitch in Grid's editing mode - the inputs are seen as ellipsis (...).
To avoid the problem, please use the following custom style:
tr.t-grid-edit-row td{ text-overflow: clip;}Regards,
Georgi Tunev
Telerik
6 Answers, 1 is accepted
0
Ron DeFreitas
Top achievements
Rank 2
answered on 05 Oct 2011, 05:31 PM
Georgi,
This issue also occurs with Grouping Row Headers. Try this:
This issue also occurs with Grouping Row Headers. Try this:
tr.t-grid-edit-row td,tr.t-grouping-row td{ text-overflow: clip;}0
Hi Ron,
With regard to the grouping case, an alternative solution is
.t-grid .t-grouping-row td
{
overflow: visible;
}
Greetings,
Dimo
the Telerik team
With regard to the grouping case, an alternative solution is
.t-grid .t-grouping-row td
{
overflow: visible;
}
Greetings,
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
0
Alexandre Jobin
Top achievements
Rank 1
answered on 12 Oct 2011, 02:51 PM
great! thank you for the fix!
0
Daniel
Top achievements
Rank 1
answered on 18 Oct 2011, 08:34 AM
Thank you guys !
I had the same problem and now it's working !
I had the same problem and now it's working !
0
Victor
Top achievements
Rank 1
answered on 07 Nov 2011, 10:42 AM
Hi all!
We had the same problem and also got ellipsis on edit columns (icon only, set to 40px width), which then got completely hidden. In the meantime we have done a similair fix to the one outlined (using text-overflow). Is this something that is going to be addressed in future releases?
Thanks
/Victor
We had the same problem and also got ellipsis on edit columns (icon only, set to 40px width), which then got completely hidden. In the meantime we have done a similair fix to the one outlined (using text-overflow). Is this something that is going to be addressed in future releases?
Thanks
/Victor
0
Hi Victor,
The problem is already fixed in the latest internal build and the Q3 beta.
All the best,
Dimo
the Telerik team
The problem is already fixed in the latest internal build and the Q3 beta.
All the best,
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
