S
Steve Hershoff
Hi everyone,
I'm wondering if anyone has a suggestion on how to do this, or if it's even
possible.
In my datagrid's OnItemDataBound function I'd like to somehow "add" a child
row beneath one of the datagriditems (chosen via a QueryString variable) and
use it to hold a secondary datagrid. It would act as a drilldown of sorts,
showing more information not displayed in the datagriditem itself.
I know I can add this new datagrid to one of the datagriditem's existing
cells, but I can't get it to span multiple columns without shoving aside the
other columns in the datagriditem. That's where my idea of this second row
has come from. So far I'm not having any luck however.
If you know of some way I can pull this off (or a reasonable facsimile
thereof) I'd be grateful. Thanks very much!
-Steve
I'm wondering if anyone has a suggestion on how to do this, or if it's even
possible.
In my datagrid's OnItemDataBound function I'd like to somehow "add" a child
row beneath one of the datagriditems (chosen via a QueryString variable) and
use it to hold a secondary datagrid. It would act as a drilldown of sorts,
showing more information not displayed in the datagriditem itself.
I know I can add this new datagrid to one of the datagriditem's existing
cells, but I can't get it to span multiple columns without shoving aside the
other columns in the datagriditem. That's where my idea of this second row
has come from. So far I'm not having any luck however.
If you know of some way I can pull this off (or a reasonable facsimile
thereof) I'd be grateful. Thanks very much!
-Steve