I have a data grid view which is constantly being updated. It doesn't perform the way i would like it to.
Can you guys suggest any alternative controls which you think are gonna handle updates faster?
Thanks.
////////////
no binding. when i use datasource its even worse.
i update an element like DepthGridBid.Rows[i].Cells[j].Value = .. i and j indexes i know from update that i receive.