Hello,

I have a View that has a relationship between two tables.

It works well for what I am doing, but I want to hide the child rows in my
datagrid. I only want the data from table1 to show in the grid without the
"+" sign.

Is there a way to accomplish this?

Thanks,

Chuck

Re: DataGrid and Relationships by Bart

Bart
Tue Nov 28 14:39:27 CST 2006

Hi,

"Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
news:%23sc5aWyEHHA.4404@TK2MSFTNGP06.phx.gbl...
> Hello,
>
> I have a View that has a relationship between two tables.
>
> It works well for what I am doing, but I want to hide the child rows in my
> datagrid. I only want the data from table1 to show in the grid without
> the
> "+" sign.
>
> Is there a way to accomplish this?

Set DataGrid.AllowNavigation to false.

HTH,
Greetings


>
> Thanks,
>
> Chuck
>
>



Re: DataGrid and Relationships by Charles

Charles
Tue Nov 28 15:02:23 CST 2006

Hello,

Thanks for the information, but Datagrid1.AllowNavigation = False doesn't
seem to work. Any other suggestions?

Chuck


"Bart Mermuys" <bmermuys.nospam@hotmail.com> wrote in message
news:381bh.209198$l_5.3144759@phobos.telenet-ops.be...
Hi,

"Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
news:%23sc5aWyEHHA.4404@TK2MSFTNGP06.phx.gbl...
> Hello,
>
> I have a View that has a relationship between two tables.
>
> It works well for what I am doing, but I want to hide the child rows in my
> datagrid. I only want the data from table1 to show in the grid without
> the
> "+" sign.
>
> Is there a way to accomplish this?

Set DataGrid.AllowNavigation to false.

HTH,
Greetings


>
> Thanks,
>
> Chuck
>
>




Re: DataGrid and Relationships by Bart

Bart
Tue Nov 28 15:22:48 CST 2006

Hi,

"Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
news:uhqMBCzEHHA.2356@TK2MSFTNGP03.phx.gbl...
> Hello,
>
> Thanks for the information, but Datagrid1.AllowNavigation = False doesn't
> seem to work. Any other suggestions?
>

Just did a little test (NET1.1) and it seems to work, don't know of any
other option.

HTH,
Greetings

> Chuck
>
>
> "Bart Mermuys" <bmermuys.nospam@hotmail.com> wrote in message
> news:381bh.209198$l_5.3144759@phobos.telenet-ops.be...
> Hi,
>
> "Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
> news:%23sc5aWyEHHA.4404@TK2MSFTNGP06.phx.gbl...
>> Hello,
>>
>> I have a View that has a relationship between two tables.
>>
>> It works well for what I am doing, but I want to hide the child rows in
>> my
>> datagrid. I only want the data from table1 to show in the grid without
>> the
>> "+" sign.
>>
>> Is there a way to accomplish this?
>
> Set DataGrid.AllowNavigation to false.
>
> HTH,
> Greetings
>
>
>>
>> Thanks,
>>
>> Chuck
>>
>>
>
>
>



Re: DataGrid and Relationships by Charles

Charles
Tue Nov 28 15:23:51 CST 2006

Whoops,

I was doing it to the wrong datagrid. Thanks

Chuck
"Bart Mermuys" <bmermuys.nospam@hotmail.com> wrote in message
news:381bh.209198$l_5.3144759@phobos.telenet-ops.be...
Hi,

"Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
news:%23sc5aWyEHHA.4404@TK2MSFTNGP06.phx.gbl...
> Hello,
>
> I have a View that has a relationship between two tables.
>
> It works well for what I am doing, but I want to hide the child rows in my
> datagrid. I only want the data from table1 to show in the grid without
> the
> "+" sign.
>
> Is there a way to accomplish this?

Set DataGrid.AllowNavigation to false.

HTH,
Greetings


>
> Thanks,
>
> Chuck
>
>