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. Datagrid view binding to BindingSource Don't Display any thing

Datagrid view binding to BindingSource Don't Display any thing

Scheduled Pinned Locked Moved C#
csswpfwcfhelpquestion
1 Posts 1 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
    sepel
    wrote on last edited by
    #1

    Hi All. I have Data grid and bind it to a bindingSource object.I set bindingsource DataSource property to a list of class A. my list:

    List lstPVirtualDetails = new List();
    my Bindingsource:bndDetails
    bndDetails.DataSource = lstPVirtualDetails;
    my grid:dgDetails
    dgDetails.DataSource = bndDetails;

    Then I add some A object to list But Gridview don't display any thing:confused:

    DA.viwPurchaseDetail details = new Cooky.DA.viwPurchaseDetail();

            details.discount = discount;
            details.name = lblProduct.Text;
            details.price = price;
            details.quantity = quantity;
            details.id = CurProduct.id;
    
            lstPVirtualDetails.Add(details);
    

    But my grid don't display any thing. What's problem?

    sepel

    modified on Tuesday, February 17, 2009 2:49 AM

    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