4 Answers, 1 is accepted
0
Hi David,
This is known limitation of IE7. You can avoid it by injecting a " " string to all empty cells in the Grid's dataBound event. There are a couple of specific reasons why we do not do this out-of-the-box, but generally, it is a safe approach.
Greetings,
Dimo
the Telerik team
This is known limitation of IE7. You can avoid it by injecting a " " string to all empty cells in the Grid's dataBound event. There are a couple of specific reasons why we do not do this out-of-the-box, but generally, it is a safe approach.
Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

David
Top achievements
Rank 1
answered on 18 Feb 2013, 11:39 PM
Hi Dimo,
Thank you.
I found the solution by adding:
modifying the following:
Thank you.
I found the solution by adding:
modifying the following:
border-collapse:collapse !important;
0

Eric Villemure
Top achievements
Rank 1
answered on 05 Apr 2013, 08:37 PM
I was able to make this work as well but it overrides Telerik's own styles. Telerik folks it it the way to go?
It can be done without !important like this.
Thanks
It can be done without !important like this.
.k-grid table {
border-collapse
:
collapse
;
}
0
Hello all,
I don't recommend changing the border-collapse style of the Grid. Please use the approach outlined previously.
All the best,
Dimo
the Telerik team
I don't recommend changing the border-collapse style of the Grid. Please use the approach outlined previously.
All the best,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!