Results 1 to 3 of 3

Thread: Expanding a Datagrid

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Hendersonville , NC
    Posts
    260

    Expanding a Datagrid

    If am using an XML document to load a datagrid..

    ds.ReadXMl(sb.ToString())
    dgXml.DataSource=ds
    dgXml.TableStyles.Add ( XmlStyle )
    dgXml.Expand(0)

    When the grid is loaded it is not "fully open" (see attached image) and I have to click the "item" to fully expand to the final dataset. What am I missing??

    Thanks....
    Attached Images Attached Images  
    William E Gollnick

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