Browse by Tags
All Tags » combobox (RSS)
Showing page 1 of 2 (16 total posts)
-
Hi all
I have a DataGrid with only one column (the cell editor is a combobox )
What I'm trying to achieve is when ever the user change a value in this column (select different value from combo box or just click a row), I get an event with the selected value
Does anyone know how to get the selected row event?
question 2:
I have an ...
-
Hi,
I've a problem with a ComboBox in the InsertionRow: if a ValidationError (in my case the Cell validates to an error if nothing is specified -> NotNullCellValidationRule) appears in the Cell where the ComboBox is, in the drop down list nothing but white lines are displayed. BUT if I move the cursor over one of the white lines the proper ...
-
I have create DataGrid that contain ComboBox. I want user can select value to combobox. every thing work correctly except when i select value in combobox it don't update it value to datagrid (at first that column is null). I want to know how to solve this problem.
Thanks!
-
Hi,
Please find relative answers here:http://xceed.com/CS/search/SearchResults.aspx?q=edittemplate+combobox&u=38900&o=DateDescending
Thanks,
-
I am displaying my search result in a Xceed grid. The grid is editable. In the grid, one can update Country, State and City from the combobox in the grid.
* The 3 fields are related ie On change of country, the related state list should be updated in the combobox.
Now I tried using
Xceed.Wpf.DataGrid.DataRow dr = ...
-
Hi Dustyn,
As far as making a cell enabled or disabled (ReadOnly) at runtime, the following example will definitely suit your requirements. But to change a cell's EditTemplate at runtime does not seems to be an easy task as EditTemplate property belongs to the entire column and not just a single cell.
Anywayz have a look at the following example ...
-
Currently i have a grid with a combobox in. The combobox works fine. i can change a record and write it back to the table.
The 2 problems are the textblock when not editing shows the Value not the Display. I can't figure out how to change this.
Also the dropdown records of the combobox show the class ...
-
I'm converting to the WPF DataGrid from the .Net WinForms version. The transition is killing me!
One thing I've noticed right away is the GroupByHeader grouped value displays the underlying bound data, rather than the content from the CellContentTemplate. I'm running across this with the ComboBox using the DataTableDictionary examples.
The ...
-
oh - and it's a xbap application. in fact copying the whole example project into xbap doesn't work while copying it to window application works... is there really no difference noticed between xbap and window?
-
hello,
we've read a lot of threads on this forum but we believe they either don't apply to our case or the explanations are not sufficient because we've tried nearly all of them - or have we missed something?
our case is like this - we use datagrid conected to a datatable. one of the columns of retreived table contains an id of an element from ...
1
|
|
|
|