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

cell colspan breaks grid display

1 Answer 232 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ashwin
Top achievements
Rank 1
Ashwin asked on 31 Jul 2012, 12:50 PM
I have a fairly simple grid created from html markup. If I add a colspan attribute to a cell in my tbody,  the grid display does not render correctly. It works without the colspan attribute. 
See attached image for what the grid looks like before and after adding the colspan attribute.




1 Answer, 1 is accepted

Sort by
0
Josh Eastburn
Top achievements
Rank 1
answered on 22 Aug 2012, 06:57 PM
I am having the same problem with trying to have a cell on one of the rows in my grid span more than one column.
When I set colspan="2" in the <td> tag, I get the following JS error:

Uncaught TypeError: Cannot read property 'nodeName' of undefined,
                    file: kendo.web.min.js,
                    line: 10
Tags
Grid
Asked by
Ashwin
Top achievements
Rank 1
Answers by
Josh Eastburn
Top achievements
Rank 1
Share this question
or