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. Regarding flexgrid

Regarding flexgrid

Scheduled Pinned Locked Moved Visual Basic
tutorial
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.
  • R Offline
    R Offline
    Ron S
    wrote on last edited by
    #1

    hi there how to add a combobox to a colum of the flexgrid in visual basics.. thanksin advance

    bharath.s

    S 1 Reply Last reply
    0
    • R Ron S

      hi there how to add a combobox to a colum of the flexgrid in visual basics.. thanksin advance

      bharath.s

      S Offline
      S Offline
      Suelinda_W
      wrote on last edited by
      #2

      Hi, I don't know if you are using MSFlexGrid or VSFlexGrid, but both are similar. MSFlexGrid was based on VSFlexGrid (by what was at the time Video Soft). However, while VSFlexGrid has direct support for checkboxes, it does not look like the MSFlexGrid does. If you do a Google search on MSFlexGrid Checkbox, you will find some possible workarounds http://www.google.com/search?hl=en&q=msflexgrid+checkbox&btnG=Google+Search[^]. If you are using VSFlexGrid, it is easy to add the checkboxes. All you have to do is set the ColDataType property of a Boolean column (0\1, true\false) to FlexDTBoolean. For example: vsFlexGrid1.ColDataType(10) = FlexDTBoolean Many of the properties are the same between MSFlexGrid and VSFlexGrid, so if you wanted to use the VSFlexGrid instead it would be easy to attach existing code to the control. To learn more about VSFlexGrid, please visit http://www.componentone.com/products.aspx?TabTypeID=1&ItemType=1&PanelIndex=16&ItemID=54023&SubCategoryTypeID=0&TabMapID=71&TabID=91[^].

      Suelinda W Customer Engagement, ComponentOne LLC http:\\www.componentone.com

      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