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. General Programming
  3. Visual Basic
  4. DataGrid

DataGrid

Scheduled Pinned Locked Moved Visual Basic
csharpcsswpfwcfhelp
15 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.
  • A Offline
    A Offline
    aphei
    wrote on last edited by
    #1

    Sir/Madam.. i have a problem with data grid in vb .Net 2003 can i insert a value to data grid without using binding??

    A S 3 Replies Last reply
    0
    • A aphei

      Sir/Madam.. i have a problem with data grid in vb .Net 2003 can i insert a value to data grid without using binding??

      A Offline
      A Offline
      amaneet
      wrote on last edited by
      #2

      Sorry i am not getting ur query

      A 1 Reply Last reply
      0
      • A amaneet

        Sorry i am not getting ur query

        A Offline
        A Offline
        aphei
        wrote on last edited by
        #3

        uhm.... sorry... i don't know the code to add value into data grid without binding, so i need your advise. tq

        A 1 Reply Last reply
        0
        • A aphei

          uhm.... sorry... i don't know the code to add value into data grid without binding, so i need your advise. tq

          A Offline
          A Offline
          amaneet
          wrote on last edited by
          #4

          without binding means? bining with database(wizard , manually). or what?

          A 1 Reply Last reply
          0
          • A amaneet

            without binding means? bining with database(wizard , manually). or what?

            A Offline
            A Offline
            aphei
            wrote on last edited by
            #5

            i mean without binding with data table or dataset (without database). if in vb 6, we can add item to flexgrid with grid.textmatrix(row, col) = value can we insert some value to data grid at VB .Net 2003 without bind or set it directly?? -- modified at 5:34 Tuesday 10th April, 2007

            A 1 Reply Last reply
            0
            • A aphei

              i mean without binding with data table or dataset (without database). if in vb 6, we can add item to flexgrid with grid.textmatrix(row, col) = value can we insert some value to data grid at VB .Net 2003 without bind or set it directly?? -- modified at 5:34 Tuesday 10th April, 2007

              A Offline
              A Offline
              amaneet
              wrote on last edited by
              #6

              put allowusertoaddrows equal to true hope this will sort out ur problem.

              A 1 Reply Last reply
              0
              • A amaneet

                put allowusertoaddrows equal to true hope this will sort out ur problem.

                A Offline
                A Offline
                aphei
                wrote on last edited by
                #7

                sorry... what is allowusertoaddrows?? is that a property from data grid??

                A A 2 Replies Last reply
                0
                • A aphei

                  sorry... what is allowusertoaddrows?? is that a property from data grid??

                  A Offline
                  A Offline
                  Aakash Jain
                  wrote on last edited by
                  #8

                  yes, it is a property checkout this http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.allowusertoaddrows.aspx

                  Lock N' Load

                  A 1 Reply Last reply
                  0
                  • A Aakash Jain

                    yes, it is a property checkout this http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.allowusertoaddrows.aspx

                    Lock N' Load

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

                    that is for component datagridview VB.NET 2005, there is no allowusertoaddrows property at component data grid VB.NET 2003

                    1 Reply Last reply
                    0
                    • A aphei

                      sorry... what is allowusertoaddrows?? is that a property from data grid??

                      A Offline
                      A Offline
                      amaneet
                      wrote on last edited by
                      #10

                      yes a property of datagridview in 2005

                      A 1 Reply Last reply
                      0
                      • A amaneet

                        yes a property of datagridview in 2005

                        A Offline
                        A Offline
                        aphei
                        wrote on last edited by
                        #11

                        no, datagrid at vb .Net 2003 isn't like datagridview at vb .net 2005 the property that you said is for datagridview, but there isn't at datagrid... so is there any solution??

                        1 Reply Last reply
                        0
                        • A aphei

                          Sir/Madam.. i have a problem with data grid in vb .Net 2003 can i insert a value to data grid without using binding??

                          S Offline
                          S Offline
                          Shuaib wasif khan
                          wrote on last edited by
                          #12

                          use dataset to insert and after that update table through dataset

                          1 Reply Last reply
                          0
                          • A aphei

                            Sir/Madam.. i have a problem with data grid in vb .Net 2003 can i insert a value to data grid without using binding??

                            S Offline
                            S Offline
                            Shuaib wasif khan
                            wrote on last edited by
                            #13

                            use dataset to insert and after that update table through dataset monu_khan

                            S A 2 Replies Last reply
                            0
                            • S Shuaib wasif khan

                              use dataset to insert and after that update table through dataset monu_khan

                              S Offline
                              S Offline
                              Sathesh Sakthivel
                              wrote on last edited by
                              #14

                              One post is enough.

                              Regards, Satips.

                              1 Reply Last reply
                              0
                              • S Shuaib wasif khan

                                use dataset to insert and after that update table through dataset monu_khan

                                A Offline
                                A Offline
                                aphei
                                wrote on last edited by
                                #15

                                can we insert to datagrid without dataset? i mean insert manually example: in vb 6 if we use flexgrid we just write grid.textmatrix(row, col) = value value is anything that w want to insert to the grid can datagrid get value from that kind of code??

                                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