G
Guest
Hi everyone,
I have a gridView, and I give to one of it's boundColumns property of
"visible=false".
I don't want it to be shown in client side, but I want it's values to be
recognized in server side.
It is realy not shown in client side, but when I post-back, and asking about
that column values, I get "" , like it is empty. (When it is "visible=true"
it is fine - there are values in it).
What can I do ?
I know that one of the solutions is to get it back to "visible=true", and to
hide it in DHTML. But as it works fine with "visible=false" in a DataGrid, I
guess it should work also in GridView. Maybe there is something that I don't
know about it...
Thanks a lot ! ! !
in GridView.
I have a gridView, and I give to one of it's boundColumns property of
"visible=false".
I don't want it to be shown in client side, but I want it's values to be
recognized in server side.
It is realy not shown in client side, but when I post-back, and asking about
that column values, I get "" , like it is empty. (When it is "visible=true"
it is fine - there are values in it).
What can I do ?
I know that one of the solutions is to get it back to "visible=true", and to
hide it in DHTML. But as it works fine with "visible=false" in a DataGrid, I
guess it should work also in GridView. Maybe there is something that I don't
know about it...
Thanks a lot ! ! !
in GridView.