I have a problem with html table that is fetched from server with ajax call: sometimes some of the rows in the table that is fetched from a server are rendered like this:
---------------------
| | | | | |
-------------------------
| | | | | |
-------------------------
| | | | | |
---------------------
or
---------------------
| | | | | |
-------------------------
| | | | | |
-------------------------
| | | | | |
---------------------
No colspan is present in the HTML retrieved from the server.
I am using asp.net mvc 4 in my project.
Thanks!