Results 1 to 10 of 10

Thread: How do I show the datagrid? [Resolved]

Threaded View

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    How do I show the datagrid? [Resolved]

    I've bound my datagrid to a dataset:

    VB Code:
    1. DataGrid1.DataSource = ds
    2. 'I dont need to tell you what ds is :)

    But when I run the application, the grid shows up all collapsed. I have to expand it, then click "table1" and then it shows the contents.

    Is there any code I can use to have the grid displaying everything, so that I don't need to click click click?
    Last edited by mendhak; Jun 25th, 2004 at 05:42 AM.

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