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. Web Development
  3. ASP.NET
  4. Datagrid

Datagrid

Scheduled Pinned Locked Moved ASP.NET
questionannouncement
5 Posts 3 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.
  • M Offline
    M Offline
    Mri1a
    wrote on last edited by
    #1

    How can I update another datagrid from my datagrid . Is that possible??

    Mrinal

    C S 2 Replies Last reply
    0
    • M Mri1a

      How can I update another datagrid from my datagrid . Is that possible??

      Mrinal

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You mean pass data from one grid to another ? On the client side ? On the client side, it's all just tables and divs, you can do whatever you like if you write javascrpt to do it. The real queston is, what exactly do you hope to achieve, in particular, is it for presentation only, or do you want the back end involved in some way ?

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      M 1 Reply Last reply
      0
      • M Mri1a

        How can I update another datagrid from my datagrid . Is that possible??

        Mrinal

        S Offline
        S Offline
        ShakilRaja
        wrote on last edited by
        #3

        struggle hard than it will be done now start

        1 Reply Last reply
        0
        • C Christian Graus

          You mean pass data from one grid to another ? On the client side ? On the client side, it's all just tables and divs, you can do whatever you like if you write javascrpt to do it. The real queston is, what exactly do you hope to achieve, in particular, is it for presentation only, or do you want the back end involved in some way ?

          Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

          M Offline
          M Offline
          Mri1a
          wrote on last edited by
          #4

          hi!! What I want to do is that .. suppose I have a main grid which has main category items Now when I click on any item in main category a grid of subcategories should populate and come up .

          Mrinal

          C 1 Reply Last reply
          0
          • M Mri1a

            hi!! What I want to do is that .. suppose I have a main grid which has main category items Now when I click on any item in main category a grid of subcategories should populate and come up .

            Mrinal

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #5

            Oh, a master child view ? Yes, that's easy. You would probably postback to create the child view, then it becomes easy. The selected item provides the data to populate the child grid on postback.

            Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

            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