Anyone know of a good grid control for .NET
-
Kind of says it all really. Currently here we are using Stingray's grid control, but we are thinking of moving the gui to .NET & C#. Any ideas? Not looking for a subclassed list control, but a full from scratch implementation that will be good for displaying realtime data, and lots of it, with good formatting capabilities. Thanks, Giles
"Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+
-
Kind of says it all really. Currently here we are using Stingray's grid control, but we are thinking of moving the gui to .NET & C#. Any ideas? Not looking for a subclassed list control, but a full from scratch implementation that will be good for displaying realtime data, and lots of it, with good formatting capabilities. Thanks, Giles
"Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+
Yeah, Chris' MFC Grid Control was updated for .NET http://www.codeproject.com/miscctrl/gridctrl.asp[^] in the history of the article theres a statement: Corrected compile errors in Visual C++ .NET just wait till everyone finds out you were trying to stiff Chris on a his hard work, by asking if CP new of a "GOOD" grid control. :laugh:
"C++ : Where friends have access to your private members." — Gavin Russell Baker.
-
Yeah, Chris' MFC Grid Control was updated for .NET http://www.codeproject.com/miscctrl/gridctrl.asp[^] in the history of the article theres a statement: Corrected compile errors in Visual C++ .NET just wait till everyone finds out you were trying to stiff Chris on a his hard work, by asking if CP new of a "GOOD" grid control. :laugh:
"C++ : Where friends have access to your private members." — Gavin Russell Baker.
I was reading the other day a message posted by Chris in reply to someone who was using it for realtime stuff, and he said something along the lines that he would not use it for that himself. Its a good grid control, but I was looking for a pure C# implementation of a grid.
"Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+
-
Kind of says it all really. Currently here we are using Stingray's grid control, but we are thinking of moving the gui to .NET & C#. Any ideas? Not looking for a subclassed list control, but a full from scratch implementation that will be good for displaying realtime data, and lots of it, with good formatting capabilities. Thanks, Giles
"Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+
We've been using a mix of 3rd party grid controls depending of the needs. If you just want a grid displaying data as a picklist then use the built-in datagrid (no other control beats the scrolling speed). We use Infragistics grid control mostly for data entry (www.infragistics.com[^]). It is very flexible and comes with a lot of other good controls. When we need very special grid based data display we use Janus Grid (www.janusys.com[^]). They have some very powerfull data display modes. Both Infragistics and Janus have a good object model and are easy to program once you've studied the samples. On the other hand, they are both much slower than Datagrid when it comes to scrolling through larger datasets (even when using an XML file as data source).
-
Kind of says it all really. Currently here we are using Stingray's grid control, but we are thinking of moving the gui to .NET & C#. Any ideas? Not looking for a subclassed list control, but a full from scratch implementation that will be good for displaying realtime data, and lots of it, with good formatting capabilities. Thanks, Giles
"Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+
Check out http://www.devexpress.com/products/net/index.asp[^] http://www.syncfusion.com/products/grid.asp[^] Cheers, Kannan
-
I was reading the other day a message posted by Chris in reply to someone who was using it for realtime stuff, and he said something along the lines that he would not use it for that himself. Its a good grid control, but I was looking for a pure C# implementation of a grid.
"Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+
-
Kind of says it all really. Currently here we are using Stingray's grid control, but we are thinking of moving the gui to .NET & C#. Any ideas? Not looking for a subclassed list control, but a full from scratch implementation that will be good for displaying realtime data, and lots of it, with good formatting capabilities. Thanks, Giles
"Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+
Go to www.roguewave.com and see for yourself. A full grid control written in C#? Are you nuts or what, .nut includes so many grid nuts...why you need another nuts? Guess mixing C/C++ with .nut make you nuts huh? Relax! :rolleyes: