Grid control
-
Hi there, I'm trying to find a free NET excel spreadsheet style grid control that works well. Any ideas anyone...It has too be very easy, fast and comfortable to use, specially intended for input of a huge amount of data: easy navigation, extended copy and paste, row/colum reordering, dynamic row and column insert, etc. Any help appreciated. The closest thing to what I need is a DataGrid MFC control posted in this web: http://www.codeproject.com/miscctrl/gridctrl.asp ...but I need it to be in Managed code if posible. Dont need source code, .dll would be enough. P.D. dont need any incorporated databinding, will manage that myself.
-
Hi there, I'm trying to find a free NET excel spreadsheet style grid control that works well. Any ideas anyone...It has too be very easy, fast and comfortable to use, specially intended for input of a huge amount of data: easy navigation, extended copy and paste, row/colum reordering, dynamic row and column insert, etc. Any help appreciated. The closest thing to what I need is a DataGrid MFC control posted in this web: http://www.codeproject.com/miscctrl/gridctrl.asp ...but I need it to be in Managed code if posible. Dont need source code, .dll would be enough. P.D. dont need any incorporated databinding, will manage that myself.
SourceGrid - Open Source C# Grid Control[^] It is the best free grid I've seen sofar. Make sure you download the latest source-code from Davide's web-site though. Michael CP Blog [^]
-
Hi there, I'm trying to find a free NET excel spreadsheet style grid control that works well. Any ideas anyone...It has too be very easy, fast and comfortable to use, specially intended for input of a huge amount of data: easy navigation, extended copy and paste, row/colum reordering, dynamic row and column insert, etc. Any help appreciated. The closest thing to what I need is a DataGrid MFC control posted in this web: http://www.codeproject.com/miscctrl/gridctrl.asp ...but I need it to be in Managed code if posible. Dont need source code, .dll would be enough. P.D. dont need any incorporated databinding, will manage that myself.