Results 1 to 3 of 3

Thread: DataGrid column order... (Resolved)

  1. #1

    Thread Starter
    Lively Member spdracr's Avatar
    Join Date
    Oct 2003
    Location
    Kansas
    Posts
    115

    DataGrid column order... (Resolved)

    Ok, I have a datagrid which gets populated by a collection. (I set the datagrids datasource equal to the collection ie: DataGrid1.DataSource = myCollection) The problem is the order of the columns is all screwed up. How do I force them to be in the order that I want??

    Thanks
    Last edited by spdracr; May 3rd, 2004 at 01:49 PM.

  2. #2
    New Member
    Join Date
    Apr 2004
    Posts
    12

    .......

    Could you post some of your code so I can see how you are doing this?

  3. #3

    Thread Starter
    Lively Member spdracr's Avatar
    Join Date
    Oct 2003
    Location
    Kansas
    Posts
    115
    Here is the solution...

    HOW TO: Use Visual Basic .NET to Format a Windows Forms DataGrid That Is Bound to an Array

    http://support.microsoft.com/default...N-US%3Bq317383

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