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. What is your favourite grid for web pages?

What is your favourite grid for web pages?

Scheduled Pinned Locked Moved The Lounge
questioncsslounge
14 Posts 13 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.
  • B Offline
    B Offline
    Brady Kelly
    wrote on last edited by
    #1

    This is a general interest question. It involves nothing whatsoever associated with achieving anything in the practise of programming. People that use third party grid components in your web development: What is your favourite grid, or grid of choice?

    E R S P K 11 Replies Last reply
    0
    • B Brady Kelly

      This is a general interest question. It involves nothing whatsoever associated with achieving anything in the practise of programming. People that use third party grid components in your web development: What is your favourite grid, or grid of choice?

      E Offline
      E Offline
      Espen Harlinn
      wrote on last edited by
      #2

      DevExpress ASP.NET Grid[^], using this with xpo[^] or custom entities is pretty neat.

      Espen Harlinn Principal Architect, Software - Goodtech Projects & Services AS My LinkedIn Profile

      1 Reply Last reply
      0
      • B Brady Kelly

        This is a general interest question. It involves nothing whatsoever associated with achieving anything in the practise of programming. People that use third party grid components in your web development: What is your favourite grid, or grid of choice?

        R Offline
        R Offline
        RCoate
        wrote on last edited by
        #3

        My current pick is jQuery templates getting data from a webservice.

        1 Reply Last reply
        0
        • B Brady Kelly

          This is a general interest question. It involves nothing whatsoever associated with achieving anything in the practise of programming. People that use third party grid components in your web development: What is your favourite grid, or grid of choice?

          S Offline
          S Offline
          Sameer Mitra
          wrote on last edited by
          #4

          Telerik are pretty good too. Not super fast grids, but rich features with good out of the box AJAX support.

          I A 2 Replies Last reply
          0
          • S Sameer Mitra

            Telerik are pretty good too. Not super fast grids, but rich features with good out of the box AJAX support.

            I Offline
            I Offline
            ii_noname_ii
            wrote on last edited by
            #5

            Yeah... Slow and not always x browser... I used it for everything before, now just for "small" grids... Now, I'm back to old school tables 100% built by me... lol

            1 Reply Last reply
            0
            • B Brady Kelly

              This is a general interest question. It involves nothing whatsoever associated with achieving anything in the practise of programming. People that use third party grid components in your web development: What is your favourite grid, or grid of choice?

              P Offline
              P Offline
              PeterA
              wrote on last edited by
              #6

              Hi, Devexpress for me, usually coupled with Entityspaces ORM..

              1 Reply Last reply
              0
              • B Brady Kelly

                This is a general interest question. It involves nothing whatsoever associated with achieving anything in the practise of programming. People that use third party grid components in your web development: What is your favourite grid, or grid of choice?

                K Offline
                K Offline
                krubach2
                wrote on last edited by
                #7

                Dojo EnhancedGrid with a REST store.:thumbsup:

                1 Reply Last reply
                0
                • B Brady Kelly

                  This is a general interest question. It involves nothing whatsoever associated with achieving anything in the practise of programming. People that use third party grid components in your web development: What is your favourite grid, or grid of choice?

                  R Offline
                  R Offline
                  rlsdumont
                  wrote on last edited by
                  #8

                  I use mostly MVC Contrib Grid, which gives me full control over a very simple HTML table. When needed, I also use jQuery DataTables.

                  1 Reply Last reply
                  0
                  • S Sameer Mitra

                    Telerik are pretty good too. Not super fast grids, but rich features with good out of the box AJAX support.

                    A Offline
                    A Offline
                    agolddog
                    wrote on last edited by
                    #9

                    +1

                    1 Reply Last reply
                    0
                    • B Brady Kelly

                      This is a general interest question. It involves nothing whatsoever associated with achieving anything in the practise of programming. People that use third party grid components in your web development: What is your favourite grid, or grid of choice?

                      P Offline
                      P Offline
                      PSU Steve
                      wrote on last edited by
                      #10

                      Infragistics WebDataGrid. http://www.infragistics.com/dotnet/netadvantage/aspnet/webdatagrid.aspx#Overview[^]

                      1 Reply Last reply
                      0
                      • B Brady Kelly

                        This is a general interest question. It involves nothing whatsoever associated with achieving anything in the practise of programming. People that use third party grid components in your web development: What is your favourite grid, or grid of choice?

                        W Offline
                        W Offline
                        wizardzz
                        wrote on last edited by
                        #11

                        I've enjoyed Telerik's.

                        1 Reply Last reply
                        0
                        • B Brady Kelly

                          This is a general interest question. It involves nothing whatsoever associated with achieving anything in the practise of programming. People that use third party grid components in your web development: What is your favourite grid, or grid of choice?

                          D Offline
                          D Offline
                          dstelow
                          wrote on last edited by
                          #12

                          Usually initially render basic html table with asp:Repeater (no ViewState), then always DataTables.js on client.

                          1 Reply Last reply
                          0
                          • B Brady Kelly

                            This is a general interest question. It involves nothing whatsoever associated with achieving anything in the practise of programming. People that use third party grid components in your web development: What is your favourite grid, or grid of choice?

                            D Offline
                            D Offline
                            dstelow
                            wrote on last edited by
                            #13

                            I (ususally) initially render basic html table with asp:Repeater (no ViewState), then always use DataTables.js on client.

                            1 Reply Last reply
                            0
                            • B Brady Kelly

                              This is a general interest question. It involves nothing whatsoever associated with achieving anything in the practise of programming. People that use third party grid components in your web development: What is your favourite grid, or grid of choice?

                              D Offline
                              D Offline
                              Dennis E White
                              wrote on last edited by
                              #14

                              jQuery plugin - http://www.datatables.net/[^] you can use it with either retrieving data via web service or the asp:repeater. http://www.w3schools.com/aspnet/aspnet_repeater.asp[^] I am not sure if there is an article that discusses the last approach but if there isn't maybe I can put one together over the weekend quickly. I prefer the client approach as much as possible because data rendering data on the server has cost implications.

                              as if the facebook, twitter and message boards weren't enough - blogged

                              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