CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2010
    Posts
    38

    Visual Studio - Third Party Data Grid - Which One?

    What would you recommend as the best Data Grid to replace the DataGridView control within VS?

    The results of my first line research would indicate that Xceed is worth looking at but I would welcome any thoughts on this matter.

    Thanks

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Visual Studio - Third Party Data Grid - Which One?

    Is there any specific reason why you want to replace the standard DGV ¿

  3. #3
    Join Date
    Jan 2010
    Posts
    38

    Re: Visual Studio - Third Party Data Grid - Which One?

    Quote Originally Posted by HanneSThEGreaT View Post
    Is there any specific reason why you want to replace the standard DGV ¿
    A perceived lack of functionality when compared to the likes of True DBGrid from ComponentOne although I have not, as yet, use the latter extensively.

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Visual Studio - Third Party Data Grid - Which One?

    I've use DevExpress tools for a few years, and they were great looking, fast with huge tables, and had a few bells and whistles that allowed it to adapt to any data types. They had a cool grid that I wouldn't bother to try to write myself.

    The only reason to get one, is if it has a feature that's easier to buy than to make
    Last edited by dglienna; January 21st, 2010 at 07:50 PM. Reason: EDIT: typo
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    Jan 2010
    Posts
    38

    Re: Visual Studio - Third Party Data Grid - Which One?

    Thank you for sharing that.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured