How to disable child rows in a grid

G

Guest

I have a grid whose datasource is a dataset and whose member is KeywordSets.
It works fine, except for one irritant. There are two other grids on the
page, whose datamembers are relations between KeywordSets and child tables.

On the KeywordSet grid in the left hand side there is a box with a plus sign
in the middle. If I click it I get the choice of seeing the child views.
Trouble is, I can't get back to the parent view.

I'd like to disable the plus sign, but haven't found a member that will do
it.

Can somebody help?

dennis
 
K

Kevin Yu [MSFT]

Hi Dennis,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that when you expand and navigate to child
rows of the KeywordSet grid, you cannot go back to the parent view. If
there is any misunderstanding, please feel free to let me know.

As far as I know, when you have navigated to child rows, there will be a
small left arrow on the upper-right corner of the DataGrid. This button
means "go back". I think you can use this one to go back to the parent view.

Based on my research, there seems to have no property for the DataGrid to
disable the plus sign.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
K

Kevin Yu [MSFT]

You're welcome, Dennis. Don't be too sad. Everyone might miss something
under their eyes.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top