Weird thing happened to me ;) I set the DataGridView.VirtualMode
property to true, handle the CellValueNeeded
event, but as I noticed it fires for every row from the database. For example, I have a table with 300.000 records and the event fires for each one of them.
Has anyone got a clue why this happens?