Browse by Tags
All Tags » DataGridContext (RSS)
-
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 ...
-
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...???
-
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 ...
-
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 ...
-
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( ...
-
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 ...
|
|
|
|