
I have a serial port class, one record for each available serial port on the computer. One of the fields I want to be available to have the user change within the property grid for the selected port is the speed, which could be either 4800 or 9600. This integer value will be saved directly in the underlying database. How do I display the speed field in a combobox on the property grid.
I am evaluating this grid as I have a need to display each field in a specific sequence. Selecting a value can change what is visible/invisible further down in the grid or could also change what values a field further down in the grid can display, ie. the comboxvalues for another field can change based upon a prior selection in a different combobox.
Thanks.