Browse by Tags
All Tags » ComboBox (RSS)
Showing page 1 of 4 (39 total posts)
-
I have two
columns:
1. “Status”
an unbound column which contains a ComboBox with a selection of status type
descriptions.
2. “StatusID”
a bound, invisible column that contains the StatusID (an integer value)
I am trying
to change the StatusID value based on the Status ...
-
Hi,
I think I have found a sample project (in VB.NET) that does what you want. I will let you be the judge. I've just realized that there is no grid in this is example, only two wincombobox linked together. I've included the complete project.
Imports Microsoft.VisualBasicImports SystemImports ...
-
Hi..I am using Xceed DataGrid For WPF 3.5 professional edition.
I am binding a combobox as cell editor through C# code and not throgh XAML. The selected value of the combobox is not retained in the cell after the edit. I want to set the SelectedValueProperty so that it will retain the selected value, but dont know what should i set it ...
-
I have a column defined as thus:
<xcdg:Column> <xcdg:Column.CellEditor> <xcdg:CellEditor> <xcdg:CellEditor.EditTemplate> <DataTemplate> <ComboBox ...
-
I have the following columns defined in a DataGridControl:
<xcdg:DataGridControl.Columns> <xcdg:Column FieldName=''Ccy'' Title=''Currency''> <xcdg:Column.CellEditor> <xcdg:CellEditor> ...
-
I have a combo box in a grid cell which populates data from collection. However, it's value is not getting saved in the grid cell when focus is moved to another row in the grid. Any pointers would be greatly appreciated.
-
Hi,
I have Master Detail grid. Requirement is to show data in a combo box in Detail Grid column.
How do I add combo box? Any samples?
Below is my code -
DataGridCollectionView theView = new DataGridCollectionView(roomsListNew, typeof(ExchangeRoomResource), false, false);
theView.DetailDescriptions.Add(new ...
-
Hi everyone!I'm new to everythings that is WPF. I didn't have to opportunity to work much with this grid but from what i've seen i think that it has a lot of potential.How ever, i'm facing a little problem now. I'm trying to use a combobox in my grid. I'm able to display a combobox, but i'm not able to populate it correctly.I have a data source ...
-
I am trying to display an Xceed WPF datagrid on a WinForm. I created a user control that is the datagrid, and then added the usercontrol to an ElementHost on the Winform. That works, and I am able to display data. My problem is, I am trying to define one of the columns as a combobox editor. Where do I add the XAML code for defining this? I ...
-
Hi, i'd like to add a multicheckbox combo in wpf data grid. Some suggestion ?
the best would be to have the same that i've with ''Automatic Filtering'' in head column.
thank you.
see you
Marcello
1
|
|
|
|