Results 1 to 2 of 2

Thread: No OLE,No flex grid, best simple grid?

  1. #1

    Thread Starter
    Member SeaCapnJ's Avatar
    Join Date
    Jun 2003
    Location
    Wilmington, NC
    Posts
    41

    No OLE,No flex grid, best simple grid?

    As far as I understand there is no OLE controls in .NET. Previously I was inserting an Excel spreadsheet into a form, that is a nogo now. I want to display some data and allow some data to be entered in a 2 dimensional form. What is the best way to display a 2D grid?

    Datagrid seemed to need to be connected to a Database.

    Is there another grid that I am just missing?

  2. #2
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618
    You can Connect the DataGrid to Single dimension arrays as well as anything that implements IList and IListSource. Also, remember DataSets don't have to be connected to databases. Actually, by their nature they are disconnected. You can create your own in code to hold any data you want to display in the DataGrid.
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

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