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

Browse by Tags

All Tags » Column » Grid   (RSS)
  • simple grid question

    hi, I am trying to have one of the columns to behave as a ''link'' to a line data point chart that opens in a new window (sort of master/detail like behavior).  The chart would be bound to one of the properties of the object bound to the given row. I am not sure how to proceed.  The property is a KeyValuePair collection.  It should ...
    Posted to Xceed DataGrid for WPF (Forum) by Julien on May 10, 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
  • 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.