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

Browse by Tags

All Tags » Column » .NET   (RSS)
  • Re: Visual Studio 2010 Pro + Grid 3.9 (FW 4.0)

    I've got the same problem here and in addition I've noticed that there are a dozen copies of the controls that make up the grid in the Designer.Vb / Resx files.  The grid control seems to be orphaning the grid sub-controls and recreating with a new sequence number during some undetermined development event.  Only the unbound columns are ...
    Posted to Xceed Grid for .NET (Forum) by Stephen on August 9, 2010
  • Databind colms to object properties

    I'm trying to do someting very basic but i can't find how to do it. I have a collection of objects i show in a grid. Works fine when a set te datasource property to my collection. the grid auto generates a column for every property on the object. What i want to do is to create the columns at design time and databind them to the ...
    Posted to Xceed Grid for .NET (Forum) by dimitri on April 12, 2010
  • Databound Grid, Forms and assigning the DataSource

    I have a project which dynamically generates a grid and populates it with a DataSource (using LINQ to SQL) and returns it to another process which then places that on a form. It appears from my testing that the Columns collection is not accessible unless the Grid has been associated with a Form prior to the DataSource being assigned as I am ...
    Posted to Xceed Grid for .NET (Forum) by Craig on September 9, 2009
  • 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.