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 with checkbox ???/

datagrid with checkbox ???/

Scheduled Pinned Locked Moved Visual Basic
question
2 Posts 2 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.
  • S Offline
    S Offline
    sumit21
    wrote on last edited by
    #1

    is there any method to build datagrid with check boxes.

    M 1 Reply Last reply
    0
    • S sumit21

      is there any method to build datagrid with check boxes.

      M Offline
      M Offline
      Mohamed Ishak
      wrote on last edited by
      #2

      Hello It is there There r two methods first one is in ur Datasource table you sholud be craeat the Boolean Column the u give the DataGrid DataSource Datagrid.Datasource = Table (Table with Boolean column) Otherwise create the table style Of DataGrid Dim m_tbs as new DataGridTableStyle with m_tbs dim col as mew DataGridBoolColumn with col .MappingName= ColName // colName is in table which column u want to display .witdh=180 end with .GridColmnStyle.Add(col) end with DataGrid.TableStyles.Add(m_tbs) I hope This will help to u:-D

      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