Stevoni 14 Junior Poster in Training

I have a DataGridView for user input into a form. The first two columns will always be visible as they are the Transaction Type and Transaction Sub Type, respectively, both of which are DataGridViewComboBoxColumns's.

Currently, after the first combo box has been changed the second combo box will populate with the sub types available for that transaction and before the population occurs, the row has moved from being a "New Row" to part of the DataGridView (it loses the *).

I would like to keep this occurring on the "New Row" line instead of bumping the row up to a full fledged DataGridViewRow until after the user changes the Transaction Sub Type (when applicable).

Any suggestions on how to do this? Or will I have to modify my already custom data grid view to handle this (If so, how?) ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.