1
Answer

Best Performance DataGrid for Winforms

Hi,
I have an existing application in which i have to add/update around 5000 rows * 50 Columns at a time within One Minute.
On each row update i have to do following two things :
  • > update two columns back color upon condition.
  • > Play Sound (like new row added, row updated etc) upon condition.
I have tested ComponentOne FlexGrid and DevExpress Grids so far. Both are good but when i send 100,000 orders, they keep jerking/freezing for few milliseconds.
Is there any best gridview exist inspite of that two grids ??
Thanks in advance.
Answers (1)
1
Amit Gupta

Amit Gupta

NA 16.5k 25.7k 7y
Hey
 
Performance depends on various factors that includes hardware also, alongwith how you are processing (using query based or sp).
 
As you said 1,00,000 orders to be sent, can you explain what was that?  An human eye generally cannot took a pain for a few millisecond.
 
Moreover, pagination can help you to handle too much of data.
 
Good Luck 
Accepted