First problem is
Our current Application in development is crashing when loading the very large data ( Approx 114,373 Records) in to the already attached DataGridViewComboBoxColumn .
Please suggest me the possible solution.
Second Problem is
I did Create the DataGridViewComboBoxColumn combobox , load the very larger data and attached to the data gridview . Now click on the DataGridViewComboBoxColumn in the Datagridview for drop down item selection , It is taking a lot of time to display the Dropdown items (15 minutes "it's not a joke") .
Please Suggest me the solution possible solution.