xhtml - Asp.Net GridView Pager colspan? -
I have a GridView with some data and one page so that I do not need to display all the data on one page.
But if I look at HTML then generates gridview, so does pager column have a callspain of 66? It corrupts the layout in Chrome and Safari.
Why does this callspain set 66 when it has only 5 columns with data?
Edit: I got the problem! I am hiding some columns and they are counted, why so why? Therefore
Remember that you can always render markup as pure CSS using.
Here you can see
Comments
Post a Comment