Results 1 to 2 of 2

Thread: Hide row (record) selector column in datagrid

  1. #1

    Thread Starter
    Lively Member tom_hotspur's Avatar
    Join Date
    Aug 2002
    Location
    Stafford
    Posts
    96

    Hide row (record) selector column in datagrid

    Hi all

    by default the datagrid displays a record or row selector column.

    Is there anyway of turning this off?
    tom

  2. #2
    Junior Member ost's Avatar
    Join Date
    Jan 2004
    Posts
    19
    Yup...

    Just set the RowHeadersVisible property to false.

    You can do it in design or in code..

    Code:
    MyDatagrid.RowHeadersVisible = False

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