I have a component that I've written for the gridview that sets the grid up using default colors and such that I want to use throughout the application. The thought was also that later, if I wanted to change the colors I could modify my component and flush those changes down through all the forms that used it.
However, I've noticed that once the component is dropped onto a form, all the default functions are gone. They setup correctly the moment it was dropped but if I wanted to change the component for say the default header color, it will drop onto a new form correctly but all those old grids I dropped won't update. They keep their default values from the first day I dropped them.
Can anyone suggest a way to deal with this to get the functionality that I'm looking for?
Thanks,
glenn