1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

High performance grid in .Net Winform

Discussion in 'Windows - Software discussion' started by damina, Aug 2, 2011.

  1. damina

    damina Member

    Joined:
    Jul 26, 2011
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    11
    I am looking for a high-performance grid in my .Net winform application, my current solution is too slow, API is to complex and don't meet my requirements. I would appreciate some help. Thanks
     
  2. missybone

    missybone Member

    Joined:
    Jul 26, 2011
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    11
    what kind of Grid are making use of currently? you can consider using virtual mode with the standard data Grid View. however , your best bet will be Dapfor's .Net Grid because of the high performance and simple API. there are several other features that you will find useful like databinding etc
     

Share This Page