I have set my grids AddNewBox Hidden property to false. It is now showing two add new buttons as I have two bands (parent band with a child band).
How can I hide the add new button for the child band?
I'm not familiar with doing this, can you offer a simple example? Thanks..
From what I could tell by looking at our code, there is no property that allows you to hide only one of the buttons. You could, however, probably use the IUIElementCreationFilter interface to prevent the element from appearing.