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?
Eliyahu Goldin - 29 Nov 2005 08:09 GMT
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
> If any column (in my case, the 1st column) of a DataGrid is hidden
> (Visible=false),
[quoted text clipped - 4 lines]
> the pager rendered with "colspan=N" instead of "colspan=N-1".
> Anybody can confirm this?