| Monte on Sep 7, 2011 at 4:20:54 AM (# -1) I believe .NET and WinForms already has a built-in grid control. Have you tried that?
What exactly are you trying to do? We need more information. dellmerca on Mar 31, 2012 at 11:11:00 AM (# 0)check the following link, it will give youa detailed code samples of Datagridview
http://csharp.net-informations.com/datagridview/csharp-datagridview-tutorial.htm
merca. s398290 on May 23, 2012 at 9:00:43 AM (# 1)sorry folks, I know this is coming late. I have tried other solutions out there until I came across Dapfor’s .Net Grid. It was superbly fast and does not consume your memory space. The user interface is also quite simple. It would not be difficult for you to use. Many other solutions exist out there but I singled Dapfor’s out because it suits my needs. Annie Calvert on Jun 23, 2012 at 3:08:50 AM (# 2)For better Performance of data insertion into a grid.It is most efficient to insert elements in the end of the grid. This method of adding data basically doesn't depend on the number of already inserted elements. http://www.dapfor.com/en/net-suite/net-grid/features/performance Annie Calvert on Jun 23, 2012 at 3:09:49 AM (# 3)For better Performance of data insertion into a grid.It is most efficient to insert elements in the end of the grid. This method of adding data basically doesn't depend on the number of already inserted elements. http://www.dapfor.com/en/net-suite/net-grid/features/performance
|