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. Datagrid issues

Datagrid issues

Scheduled Pinned Locked Moved The Lounge
databasevisual-studiohelp
22 Posts 12 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.
  • D deepblu webmail co za

    Hello PPl :omg: can someone, please, help me; I want to hide the first column of my datagrid without having to eliminate parameters in my stored procedure I am using VS 2003

    P Offline
    P Offline
    Pawel Krakowiak
    wrote on last edited by
    #3

    Move (move, not scroll!) the window to the left so that the column goes outside of the visible screen area. Hope this helps!

    Kind regards, Pawel Krakowiak Miraculum Software[^]

    1 Reply Last reply
    0
    • D deepblu webmail co za

      Hello PPl :omg: can someone, please, help me; I want to hide the first column of my datagrid without having to eliminate parameters in my stored procedure I am using VS 2003

      D Offline
      D Offline
      Dalek Dave
      wrote on last edited by
      #4

      Prepare to be Flame Grilled! Seriously, some of these guys burnt witches in a previous life, so a good flaming now and then pleases them no end! If I were you, I would look on it philosophically, use it as a learning experience and do not post a programming question in here! Go to the programming fora, there is a link at the top of the page marked "Got a Programming Question Click Here" Burn Baby Burn!

      ------------------------------------ I try to appear cooler, by calling him Euler.

      E L 2 Replies Last reply
      0
      • D deepblu webmail co za

        Hello PPl :omg: can someone, please, help me; I want to hide the first column of my datagrid without having to eliminate parameters in my stored procedure I am using VS 2003

        R Offline
        R Offline
        Rohde
        wrote on last edited by
        #5

        Let me apologize for the rude replies you have got. The Lounge Crew is a motley crew. Anyhow, on to your question. You really shouldn't be using a DataGrid. It has been deprecated by Microsoft; that's why there's the new GridView. Didn't you remember the big DataGrid Scandal of '05? It appeared, although the US Government has covered it up and halted all ongoing investigations on the issue, that all data appearing in a DataGrid is sent automatically to Echelon's Data And Filter Team, also known ad DAFT. That is also why MS are in the process of opening up the .NET Framework source - a ploy to regain the trust of the developers. So, use GridView, and use myGridView.Columns[0].Visible = false;


        "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
        -Atlas Shrugged, Ayn Rand

        P E 2 Replies Last reply
        0
        • D deepblu webmail co za

          Hello PPl :omg: can someone, please, help me; I want to hide the first column of my datagrid without having to eliminate parameters in my stored procedure I am using VS 2003

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #6

          deepblu@webmail.co.za wrote:

          I am using VS 2003

          Well there's your problem right there. The lounge is for higher order beings who use VS2020 - we're all time travelling demigods here, not given to using antiquated technologies. By the year 2020, the human race has evolved to the point where people can read the bit at the top that states no programming questions in the lounge. Until this point, you'll just have to content yourself with being a lesser mortal.

          Deja View - the feeling that you've seen this post before.

          My blog | My articles

          R 1 Reply Last reply
          0
          • D Dalek Dave

            Prepare to be Flame Grilled! Seriously, some of these guys burnt witches in a previous life, so a good flaming now and then pleases them no end! If I were you, I would look on it philosophically, use it as a learning experience and do not post a programming question in here! Go to the programming fora, there is a link at the top of the page marked "Got a Programming Question Click Here" Burn Baby Burn!

            ------------------------------------ I try to appear cooler, by calling him Euler.

            E Offline
            E Offline
            El Corazon
            wrote on last edited by
            #7

            Dalek Dave wrote:

            some of these guys burnt witches in a previous life

            [handing torch to someone else] Did not!!!

            _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

            1 Reply Last reply
            0
            • R Rohde

              Let me apologize for the rude replies you have got. The Lounge Crew is a motley crew. Anyhow, on to your question. You really shouldn't be using a DataGrid. It has been deprecated by Microsoft; that's why there's the new GridView. Didn't you remember the big DataGrid Scandal of '05? It appeared, although the US Government has covered it up and halted all ongoing investigations on the issue, that all data appearing in a DataGrid is sent automatically to Echelon's Data And Filter Team, also known ad DAFT. That is also why MS are in the process of opening up the .NET Framework source - a ploy to regain the trust of the developers. So, use GridView, and use myGridView.Columns[0].Visible = false;


              "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
              -Atlas Shrugged, Ayn Rand

              P Offline
              P Offline
              Pete OHanlon
              wrote on last edited by
              #8

              Rohde wrote:

              The Lounge Crew is a motley crew

              Cool - I'm going to be Tommy Lee.

              Deja View - the feeling that you've seen this post before.

              My blog | My articles

              1 Reply Last reply
              0
              • L leppie

                Learn to read before you write, and if you could, you would notice the big red letters. DO NOT POST PROGRAMMING QUESTIONS IN THE LOUNGE. Thanks you.

                xacc.ide
                IronScheme a R5RS/R6RS-compliant Scheme on the DLR
                The rule of three: "The first time you notice something that might repeat, don't generalize it. The second time the situation occurs, develop in a similar fashion -- possibly even copy/paste -- but don't generalize yet. On the third time, look to generalize the approach."

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #9

                leppie wrote:

                DO NOT POST PROGRAMMING QUESTIONS IN THE LOUNGE

                Well, smaller black letters saying "Got a programming question?" anyway. Cheers, Drew.

                1 Reply Last reply
                0
                • R Rohde

                  Let me apologize for the rude replies you have got. The Lounge Crew is a motley crew. Anyhow, on to your question. You really shouldn't be using a DataGrid. It has been deprecated by Microsoft; that's why there's the new GridView. Didn't you remember the big DataGrid Scandal of '05? It appeared, although the US Government has covered it up and halted all ongoing investigations on the issue, that all data appearing in a DataGrid is sent automatically to Echelon's Data And Filter Team, also known ad DAFT. That is also why MS are in the process of opening up the .NET Framework source - a ploy to regain the trust of the developers. So, use GridView, and use myGridView.Columns[0].Visible = false;


                  "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                  -Atlas Shrugged, Ayn Rand

                  E Offline
                  E Offline
                  El Corazon
                  wrote on last edited by
                  #10

                  Rohde wrote:

                  although the US Government has covered it up and halted all ongoing investigations on the issue

                  [stomping down the lump in the carpet] Did NOT!!!

                  _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                  1 Reply Last reply
                  0
                  • L leppie

                    Learn to read before you write, and if you could, you would notice the big red letters. DO NOT POST PROGRAMMING QUESTIONS IN THE LOUNGE. Thanks you.

                    xacc.ide
                    IronScheme a R5RS/R6RS-compliant Scheme on the DLR
                    The rule of three: "The first time you notice something that might repeat, don't generalize it. The second time the situation occurs, develop in a similar fashion -- possibly even copy/paste -- but don't generalize yet. On the third time, look to generalize the approach."

                    E Offline
                    E Offline
                    El Corazon
                    wrote on last edited by
                    #11

                    leppie wrote:

                    you would notice the big red letters. DO NOT POST PROGRAMMING QUESTIONS IN THE LOUNGE.

                    someone stole that sign, the crew hastily put up another, but they were out of red-paint.

                    _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                    1 Reply Last reply
                    0
                    • P Pete OHanlon

                      deepblu@webmail.co.za wrote:

                      I am using VS 2003

                      Well there's your problem right there. The lounge is for higher order beings who use VS2020 - we're all time travelling demigods here, not given to using antiquated technologies. By the year 2020, the human race has evolved to the point where people can read the bit at the top that states no programming questions in the lounge. Until this point, you'll just have to content yourself with being a lesser mortal.

                      Deja View - the feeling that you've seen this post before.

                      My blog | My articles

                      R Offline
                      R Offline
                      Rohde
                      wrote on last edited by
                      #12

                      Pete O'Hanlon wrote:

                      The lounge is for higher order beings who use VS2020

                      That's right. Unfortunately, the C++ Intellisense is still crap. And C++0x is just around the corner. Anyday now....


                      "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                      -Atlas Shrugged, Ayn Rand

                      1 Reply Last reply
                      0
                      • D Dalek Dave

                        Prepare to be Flame Grilled! Seriously, some of these guys burnt witches in a previous life, so a good flaming now and then pleases them no end! If I were you, I would look on it philosophically, use it as a learning experience and do not post a programming question in here! Go to the programming fora, there is a link at the top of the page marked "Got a Programming Question Click Here" Burn Baby Burn!

                        ------------------------------------ I try to appear cooler, by calling him Euler.

                        L Offline
                        L Offline
                        Lost User
                        wrote on last edited by
                        #13

                        Dalek Dave wrote:

                        burnt witches in a previous life

                        Only because she turned me into a newt!

                        Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns

                        E 1 Reply Last reply
                        0
                        • D deepblu webmail co za

                          Hello PPl :omg: can someone, please, help me; I want to hide the first column of my datagrid without having to eliminate parameters in my stored procedure I am using VS 2003

                          N Offline
                          N Offline
                          NormDroid
                          wrote on last edited by
                          #14

                          Easy go home and start another career, preferably away from computers and especially programming.

                          WPF - Imagineers Wanted Follow your nose using DoubleAnimationUsingPath

                          D 1 Reply Last reply
                          0
                          • N NormDroid

                            Easy go home and start another career, preferably away from computers and especially programming.

                            WPF - Imagineers Wanted Follow your nose using DoubleAnimationUsingPath

                            D Offline
                            D Offline
                            Dalek Dave
                            wrote on last edited by
                            #15

                            That is Harsh, no really harsh. You should have at least suggested alternative forms of employment!

                            ------------------------------------ I try to appear cooler, by calling him Euler.

                            V E 2 Replies Last reply
                            0
                            • D deepblu webmail co za

                              Hello PPl :omg: can someone, please, help me; I want to hide the first column of my datagrid without having to eliminate parameters in my stored procedure I am using VS 2003

                              A Offline
                              A Offline
                              Abu Mami
                              wrote on last edited by
                              #16

                              Tipex

                              1 Reply Last reply
                              0
                              • D deepblu webmail co za

                                Hello PPl :omg: can someone, please, help me; I want to hide the first column of my datagrid without having to eliminate parameters in my stored procedure I am using VS 2003

                                V Offline
                                V Offline
                                Vasudevan Deepak Kumar
                                wrote on last edited by
                                #17

                                deepblu@webmail.co.za wrote:

                                hide the first column of my datagrid

                                You forgot to complete the query. We understood it anyway. You are trying to make a web-based 'Hide-And-Seek' game where the first column of the datagrid would hide and the last column would try to seek it. Would that be correct?

                                Vasudevan Deepak Kumar Personal Homepage
                                Tech Gossips
                                A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

                                1 Reply Last reply
                                0
                                • D Dalek Dave

                                  That is Harsh, no really harsh. You should have at least suggested alternative forms of employment!

                                  ------------------------------------ I try to appear cooler, by calling him Euler.

                                  V Offline
                                  V Offline
                                  Vasudevan Deepak Kumar
                                  wrote on last edited by
                                  #18

                                  Dalek Dave wrote:

                                  alternative forms of employment

                                  How about Sports as a career? He is actually making first column in the datagrid hidden and trying to make a web-based hide and seek game. So he can find himself as a sportman or at least as a coach, in India. In India, cricketers are just used as advertising models. :rolleyes:

                                  Vasudevan Deepak Kumar Personal Homepage
                                  Tech Gossips
                                  A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

                                  1 Reply Last reply
                                  0
                                  • L Lost User

                                    Dalek Dave wrote:

                                    burnt witches in a previous life

                                    Only because she turned me into a newt!

                                    Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns

                                    E Offline
                                    E Offline
                                    El Corazon
                                    wrote on last edited by
                                    #19

                                    Wes Aday wrote:

                                    she turned me into a newt!

                                    A newt? :suss:

                                    _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                    L 1 Reply Last reply
                                    0
                                    • E El Corazon

                                      Wes Aday wrote:

                                      she turned me into a newt!

                                      A newt? :suss:

                                      _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                      L Offline
                                      L Offline
                                      Lost User
                                      wrote on last edited by
                                      #20

                                      El Corazon wrote:

                                      A newt

                                      it got better

                                      Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns

                                      T 1 Reply Last reply
                                      0
                                      • D Dalek Dave

                                        That is Harsh, no really harsh. You should have at least suggested alternative forms of employment!

                                        ------------------------------------ I try to appear cooler, by calling him Euler.

                                        E Offline
                                        E Offline
                                        El Corazon
                                        wrote on last edited by
                                        #21

                                        Dalek Dave wrote:

                                        You should have at least suggested alternative forms of employment!

                                        We considered politics, but if he is no good at hiding things now, he'd make a lousy politician. He could always McJob it.

                                        _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                        1 Reply Last reply
                                        0
                                        • L Lost User

                                          El Corazon wrote:

                                          A newt

                                          it got better

                                          Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns

                                          T Offline
                                          T Offline
                                          Tom Delany
                                          wrote on last edited by
                                          #22

                                          I caught the reference! :-D

                                          WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated.

                                          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