T
Tim Mulholland
(sorry if this is a repost - it never showed up in my newsreader)
I'm not too well-versed on how the web datagrid works when you're both
automatically generating columns, and setting some of them to be there
manually. But here's my issue, maybe you can tell me how to solve it.
I've got a datagrid displaying the results of an advanced search by a user.
The user can choose which columns he/she wants to be returned in the result
set, but there are some that are ALWAYS returned, and i don't want those to
be displayed by the datagrid (these are mostly the primary keys for the
tables being searched).
If i leave the datagrid to generate the columns automatically and then also
set it to have a bound and invisible column linked to one of the columns i
want to hide, it creates it twice, once for the bound column (which is
invisible) and once automatically (which is visible).
I basically need this Primary Key information so i can create the
appropriate links in some button columns i'm also adding to the datagrid.
Is there a way to do what i'm doing?
Am i going about it completely the wrong way?
Thanks in advance!
Tim
I'm not too well-versed on how the web datagrid works when you're both
automatically generating columns, and setting some of them to be there
manually. But here's my issue, maybe you can tell me how to solve it.
I've got a datagrid displaying the results of an advanced search by a user.
The user can choose which columns he/she wants to be returned in the result
set, but there are some that are ALWAYS returned, and i don't want those to
be displayed by the datagrid (these are mostly the primary keys for the
tables being searched).
If i leave the datagrid to generate the columns automatically and then also
set it to have a bound and invisible column linked to one of the columns i
want to hide, it creates it twice, once for the bound column (which is
invisible) and once automatically (which is visible).
I basically need this Primary Key information so i can create the
appropriate links in some button columns i'm also adding to the datagrid.
Is there a way to do what i'm doing?
Am i going about it completely the wrong way?
Thanks in advance!
Tim