all groups > asp.net datagrid control > november 2005 >
You're in the

asp.net datagrid control

group:

Extra colspan



Extra colspan Tumurbaatar S.
11/29/2005 12:00:00 AM
asp.net datagrid control: If any column (in my case, the 1st column) of a DataGrid is hidden
(Visible=false),
a pager row that has one cell by default does not exclude the hidden column
from
its colspan attribute. For example, if there're total N columns and one of
them is hidden,
the pager rendered with "colspan=N" instead of "colspan=N-1".
Anybody can confirm this?

Re: Extra colspan Eliyahu Goldin
11/29/2005 10:09:49 AM
I don't know much about the pager. Just note, that a column with
Visible=false won't be rendered to the client. May be it causes a confusion
in your case.

Eliyahu

[quoted text, click to view]

AddThis Social Bookmark Button