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. infragistics grid

infragistics grid

Scheduled Pinned Locked Moved ASP.NET
javascriptcssdesignhelptutorial
3 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
    maddyg
    wrote on last edited by
    #1

    Hello I am using infragistics grids in my project. I have 2 problems with my grid. 1. I have a data grid in which the columns can be moved. when i click on the row in the grid it should take the values custid and cust name and open another page. i have written a javascript for this but the problem is i an giving column numbers. I want a function which is number independent. 2. I want to layout the design in the grid and manually bind the elements to the grid. I have made the AutoGenerateColumns to false. but i do not know how to manually add the columns to it

    M D 2 Replies Last reply
    0
    • M maddyg

      Hello I am using infragistics grids in my project. I have 2 problems with my grid. 1. I have a data grid in which the columns can be moved. when i click on the row in the grid it should take the values custid and cust name and open another page. i have written a javascript for this but the problem is i an giving column numbers. I want a function which is number independent. 2. I want to layout the design in the grid and manually bind the elements to the grid. I have made the AutoGenerateColumns to false. but i do not know how to manually add the columns to it

      M Offline
      M Offline
      minhpc_bk
      wrote on last edited by
      #2

      Hi there, You might want to check out their support site. http://devcenter.infragistics.com/[^]

      1 Reply Last reply
      0
      • M maddyg

        Hello I am using infragistics grids in my project. I have 2 problems with my grid. 1. I have a data grid in which the columns can be moved. when i click on the row in the grid it should take the values custid and cust name and open another page. i have written a javascript for this but the problem is i an giving column numbers. I want a function which is number independent. 2. I want to layout the design in the grid and manually bind the elements to the grid. I have made the AutoGenerateColumns to false. but i do not know how to manually add the columns to it

        D Offline
        D Offline
        Dr_X
        wrote on last edited by
        #3
        1. function ug_DoubleClick(tableName, itemName){ var cell = igtbl_getCellById(itemName); if (cell != null) alert(cell.value); } 2) In the properties menu, click on the elipse ... in the columns items. Michael I firmly believe that any man's finest hour, the greatest fulfillment of all that he holds dear, is that moment when he has worked his heart out in a good cause and lies exhausted on the field of battle - victorious. Vince Lombardi (1913-1970)
        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