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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. HTML in a DataGridView

HTML in a DataGridView

Scheduled Pinned Locked Moved C#
htmlhelptutorialquestion
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.
  • D Offline
    D Offline
    Darkness84
    wrote on last edited by
    #1

    I was just wondering if there was anyway of getting some HTML to display in a column of a DataGridView? For example the following string is displayed in the column but instead of the word 'keypads' appearing in cyan, like they do in this post, the actual html tags are displayed. C:\Documents and Settings\mrp\My Documents\Documents_html\New\REF_Keypads\qhm_about_master_keypads.htm Any help is greatly appreciated.

    J 1 Reply Last reply
    0
    • D Darkness84

      I was just wondering if there was anyway of getting some HTML to display in a column of a DataGridView? For example the following string is displayed in the column but instead of the word 'keypads' appearing in cyan, like they do in this post, the actual html tags are displayed. C:\Documents and Settings\mrp\My Documents\Documents_html\New\REF_Keypads\qhm_about_master_keypads.htm Any help is greatly appreciated.

      J Offline
      J Offline
      Judah Gabriel Himango
      wrote on last edited by
      #2

      It can be done, but it's a beast to do. Learn to do custom cells for the DataGridView. Once you know how that's done, you need to have a custom HTML data grid view cell. To do that, you need to be able to render HTML to a cell: you can do this using the mshtml control and its IHTMLElementRenderer interface, which has a DrawToDC method that you can use to render HTML to some graphics surface. See here [^]for more info.

      Tech, life, family, faith: Give me a visit. I'm currently blogging about: No Income Taxes Bill (US) The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

      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