This is a migrated thread and some comments may be shown as answers.

Kendo ui inline grid Missing line border

4 Answers 576 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 11 Feb 2013, 03:24 AM
Hi Guys,

I am having an issue where inline editing grid line border is missing in  IE 7 if the date field is empty. Please advise

THank you

4 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 12 Feb 2013, 01:33 PM
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
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:

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.
.k-grid table {
 border-collapse: collapse;
}
Thanks
0
Dimo
Telerik team
answered on 08 Apr 2013, 08:19 AM
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
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
David
Top achievements
Rank 1
Answers by
Dimo
Telerik team
David
Top achievements
Rank 1
Eric Villemure
Top achievements
Rank 1
Share this question
or