D
Daniel Manes
I have a DataGridView with about 450 records. There are five columns:
three ComboBoxColumns and two TextBoxColumns. When loading the Form,
even after all the BindingSources are filled, it still takes a long
time before the data shows (and I'm running on a pretty fast machine).
Also, if you try to re-sort one of the columns, it sits there for a
good long while before it redraws the table.
So, I was thinking, if it's possible, maybe I should just use standard
columns (TextBoxColumns) and then use event handlers to insert and
remove ComboBoxes on the fly on an as-needed basis. This seems like it
would speed thinks up a lot but I can't figure out how to change an
individual cell's EditingControl from a TextBox to a ComboBox.
Please advise.
Thanks in advance,
-Dan
three ComboBoxColumns and two TextBoxColumns. When loading the Form,
even after all the BindingSources are filled, it still takes a long
time before the data shows (and I'm running on a pretty fast machine).
Also, if you try to re-sort one of the columns, it sits there for a
good long while before it redraws the table.
So, I was thinking, if it's possible, maybe I should just use standard
columns (TextBoxColumns) and then use event handlers to insert and
remove ComboBoxes on the fly on an as-needed basis. This seems like it
would speed thinks up a lot but I can't figure out how to change an
individual cell's EditingControl from a TextBox to a ComboBox.
Please advise.
Thanks in advance,
-Dan