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

Browse by Tags

All Tags » Cell » Hide   (RSS)
  • Re: column of type password?

    Hi!To make a cell showing its content as a masked password (i.e. ''*******''), one possibility is: DataRow dataRow;// gridControl1 being the default grid name when dropped on a form, could be something else dataRow = this.gridControl1.DataRows.AddNew();// WinTextBox is defined in Xceed.Editors so make you have a reference and a ''using'' ...
    Posted to Xceed Grid for .NET (Forum) by Ghislain on June 3, 2009
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.