Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Browse by Tags

All Tags » DataGridContext   (RSS)
  • ComboBox in DataGrid column

    Hi,I'm having trouble displaying a combox as a cell content in the datagrid.I'm using a DataSet as the DataContext. I currently have two tables: 1. The data for the grid (named ItemList with the columns Name and UnitId)2. The the data for the combobox (named Units with the columns Id and Description) The column UnitId in table ItemList references ...
    Posted to Xceed DataGrid for WPF (Forum) by Anders Daling on April 21, 2008
  • Re: How to get DataItem from DataRow

    That is indeed a valid method and we don`t plan on changing this.If you need a more explicit way of retrieving the data item, there is another interface that exists, one that goes through the DataRow`s DataGridContext.DataGridContext rowContext = DataGridControl.GetDataGridContext( dataRow );object dataItem = rowContext.GetItemFromContainer( ...
    Posted to Xceed DataGrid for WPF (Forum) by Marcus on April 18, 2008
  • Re: How to programmatically set GlobalSelectedItem?

    The only way to do that would be to have access to the DataGridContext for the object 4 relations deep and add the object to its DataGridContext`s SelectedItems collection.Because DataGridContext instances exist only for ''expanded'' details, it would be impossible to do that if the details are not expanded.If the details are indeed expanded, then ...
    Posted to Xceed DataGrid for WPF (Forum) by Marcus on April 18, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.