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

Browse by Tags

All Tags » DataGridContext   (RSS)
  • Easy way to hide first column on detail grid(s)?

    Namaste! Is there an easy way to hide the first column in the detail grids?  Or, does one have to template the structure to do so? I have a grid that I'm using a report container.  I load the grid dynamically based on the report chosen.  Some reports have details, some do not.  I'd like to hide the first column in the detail ...
    Posted to Xceed DataGrid for WPF (Forum) by Jon on August 28, 2008
  • Row Click Event

    Hi,I have used the XceedDataGrid and populated the grid with the DataSet. Now to Keep the things simple i just wanted to get the value of a cell in the selected row of the when users click on a particular row...???
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on August 21, 2008
  • Inline Editing Exception - An attempt was made to edit an item that is not part of the specified context

    Hi, I am using Xceed Datagrids for WPF 2.0 in my application and I have also provided support for in-line editing of data grids. Please find below the details for the problem that I am facing currently.  Consider there are 3 columns in a grid - ID, FromRegion and ToRegion. All 3 are editable and editor is a ...
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on August 12, 2008
  • 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 [Xceed] 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 [Xceed] on April 18, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.