Hello all,
I have a column in the grid which should be cut off at a point and display an ellipsis.
It works for the second row onwards, but not the first row.
I have included a small sample replicating the issue.
My environment is as follows:
VS2010
IE9
Widows 7 32 bit.
Infragistics ASP.Net Version 11.2.20112.2125
.Net 4
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
Regards.
Hi,
I am using v2012.1 on IE 10 with compatibility mode on. I have this doctype and the first row is not styling properly. When I turned compatibility mode off, the first row would style. However, when I mouse over the header, I would get the following error:
"Sys.ArgumentOutOfRangeException: Value must be an integer.Parameter name: yActual value was 413.97998046875."
Thanks,
Trent
Hello JJB ,
Thank you for posting in our forum.
It seems that it’s due to the doc type. It throws IE9 into quirks mode. When thrown into quirks mode not all css styles applied to the grid are honored. Due to this even though the same css is applied to all cells the first row doesn’t seem to apply the text-overflow setting on the initial load.
Try using a different doctype that doesn’t throw the browser in quirks mode.For example:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Let me know if you have any questions or concerns regarding this.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support