Browse by Tags
All Tags » ComboBox (RSS)
Showing page 1 of 5 (43 total posts)
-
I have column in XceedGrid configured with ForeignKeyConfiguration.
Filter row in this grid displays as comboBox.
I need to refresh this comBox with new data, when it changes.
I found how to refresh column data in grid
(grid.ItemsSource as DataGridCollectionView).Refresh();
But it do not refresh comboBox in filter.
How I can ...
-
Hello
I need to filter the values of a ComboBoxCellEditor depending on the value of another cell of the same row.
A simplified view of the datagrid:
ID Customer Projects
...
-
Hi,
I am new to WPF and Xceed grid.
I am trying to create a grid which contains a checkbox, text, combo box and combo box...totally four columns.
I was able to figureout how to add combo box and check box to the grid not sure how to bind the datasource to the combo box though.
I went thru all the forumn post but its very confusing to ...
-
Hello,
I'm trying to change my filter from a regular text box to a combo box selection like the filtering example on the demos section but i cant figure out how to do it...
Anyone managed to do it and can provide some tips?
Thanks ;)
-
Hi,
I have the .NET grid (not WPF) with a column that contains a combobox, that is bound to a datatable in a dataset.
I do the binding like this:
void MyCombo_ActivatingControl(object sender, CellEditorEventArgs e)
{
WinComboBox myCombo = e.Control as WinComboBox;
...
...
-
Hello,I have a few questions/problems in regards to the WPF datagrid. I am evaluating your program and we are ready to buy it if I can solve these little problems. I created a sample originally based on your sample LargeDataSets. My real application currently uses Xceed grids (winform). We want to change to datagrid WPF mostly because of ...
-
I have a ForeignKeyConfiguration applied to a column on a grid. When a row is edited or a new row is inserted, the grid automatically generates a drop-down box that maps the displayed values to the underlying values.
My ForeignKeyConfiguration includes a value that I do not wish to appear in the drop-down box, but I wish it to be present in ...
-
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 ...
1
|
|
|
|