Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Anyone know of a good grid control for .NET

Anyone know of a good grid control for .NET

Scheduled Pinned Locked Moved The Lounge
csharpcssdatabasecomquestion
7 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Giles
    wrote on last edited by
    #1

    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+

    Z S K T 4 Replies Last reply
    0
    • G Giles

      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+

      Z Offline
      Z Offline
      zenboy
      wrote on last edited by
      #2

      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.

      G 1 Reply Last reply
      0
      • Z zenboy

        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.

        G Offline
        G Offline
        Giles
        wrote on last edited by
        #3

        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+

        Z 1 Reply Last reply
        0
        • G Giles

          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+

          S Offline
          S Offline
          Stefan de Zeeuw
          wrote on last edited by
          #4

          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).

          1 Reply Last reply
          0
          • G Giles

            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+

            K Offline
            K Offline
            Kannan Kalyanaraman
            wrote on last edited by
            #5

            Check out http://www.devexpress.com/products/net/index.asp[^] http://www.syncfusion.com/products/grid.asp[^] Cheers, Kannan

            1 Reply Last reply
            0
            • G Giles

              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+

              Z Offline
              Z Offline
              zenboy
              wrote on last edited by
              #6

              I could have sworn your original post said, looking for a grid control to use with .NET. Did you change it? Or do I just need some sleep?


              "C++ : Where friends have access to your private members." — Gavin Russell Baker.

              1 Reply Last reply
              0
              • G Giles

                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+

                T Offline
                T Offline
                TW
                wrote on last edited by
                #7

                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:

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups