Welcome to the Xceed Community | Help
Community Search  
More Search Options

Hide datagrid row selector

Sort Posts: Previous Next
  •  05-21-2012, 8:53 AM Post no. 32132

    Hide datagrid row selector

    Hello, How do I hide the rowselector on a grid?
     
    By row selector, I mean the that grey column on the left hand side, where
    the arrow appears when you click into a row.

    you can see what I say here:

    http://tinypic.com/esrt5v.jpg 

    Thanks
     

  •  05-24-2012, 8:23 PM Post no. 32148 in reply to 32132

    Re: Hide datagrid row selector

    Hi Fransisco,

    The GridControl has a control called RowSelectorPane that you can access the Visible property from. For example:

    this.starterGrid.RowSelectorPane.Visible = false;

    This should do the trick for you!


    Marc

    Developer in Technical Support
    Xceed - Multi-talented components - http://xceed.com
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.