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. C#
  4. how to create stetmen foreach gridcontrol devexpress

how to create stetmen foreach gridcontrol devexpress

Scheduled Pinned Locked Moved C#
tutorial
4 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.
  • U Offline
    U Offline
    User 10240249
    wrote on last edited by
    #1

    Exemple stetment foreach (DataGridViewRow row in gridControl1.Rows)can't Rows { mailbody += "<tr>"; foreach (DataGridViewCell cell in row.Cells) { mailbody += "<td>" + cell.Value + "</td>";

    L OriginalGriffO 3 Replies Last reply
    0
    • U User 10240249

      Exemple stetment foreach (DataGridViewRow row in gridControl1.Rows)can't Rows { mailbody += "<tr>"; foreach (DataGridViewCell cell in row.Cells) { mailbody += "<td>" + cell.Value + "</td>";

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      And your question is?

      Veni, vidi, abiit domum

      1 Reply Last reply
      0
      • U User 10240249

        Exemple stetment foreach (DataGridViewRow row in gridControl1.Rows)can't Rows { mailbody += "<tr>"; foreach (DataGridViewCell cell in row.Cells) { mailbody += "<td>" + cell.Value + "</td>";

        OriginalGriffO Offline
        OriginalGriffO Offline
        OriginalGriff
        wrote on last edited by
        #3

        Member 10270825 wrote:

        can't Rows

        I'm not surprised. The DevExpress GridControl doesn't have a Rows property: DevExpress GridControl Members[^] - and even if it did, it is very, very unlikely to return DataGridViewRow values - they are associated with the .NET DataGridView control...

        The only instant messaging I do involves my middle finger. English doesn't borrow from other languages. English follows other languages down dark alleys, knocks them over and goes through their pockets for loose grammar.

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

        1 Reply Last reply
        0
        • U User 10240249

          Exemple stetment foreach (DataGridViewRow row in gridControl1.Rows)can't Rows { mailbody += "<tr>"; foreach (DataGridViewCell cell in row.Cells) { mailbody += "<td>" + cell.Value + "</td>";

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          DevExpress Answer[^]

          Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

          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