Browse by Tags
All Tags » ComboBox cell editor template (RSS)
Showing page 1 of 2 (16 total posts)
-
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 ...
-
Hi!
I have a combobox in my datagrid, which I fill up with a list of names selected from database.
When I start typing, when the dropdown is open, I want the focus to shift to the name I'm typing.
so if there' s more than one name starting at the same letter, when I type letter two it shifts to the name consisting of both letters..
Is this ...
-
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.
-
i use xceed datagrid for project.
i want to insert dynamic data to combobox.
but i don't find dynamic data sample in xceed . only fixed data sample(below...)
help me....-.-;;;
Xaml >......................................................................My Code
<xcdg:CellEditor ...
-
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
-
Hello,
I am using Model View ViewModel pattern. I have a button inside a DataCell of Xceed DataGrid. I want to use DelegateCommand to handle the click event of the button.
Also, I dont want to write anything for the same in my Code Behind. I want everything to reside in my ViewModel.
How can this be achieved. I thought of RoutedEvents / ...
-
What I really need is a really good walkthrough of how to use a celleditor in a DataGrid bound to a database...
But, at the moment, I have two immediate problems... Eternal gratefulness if anyone can help or point me in the right direction.
I have a DataGrid populated with ''Modules.'' A ''Module'' can be assigned to a ''Category'' (but ...
-
Problems
1. I have data in DataTable. Need to bind with DataGrid. How can i do that?
2. I need to make one column as comboBox. In this combo box only two hard coded Values 'Dr' and 'Cr'. In DataTable I have 0 for Dr and 1 for Cr in column named 'dr_cr'. If DataTable cell contains 0 then Dr should be selected and if 1 then Cr should be selected. ...
-
Hi,
I am using a combobox in Cell edit template i am loading the combobox content when the edit is fired but after the ending edit i am getting the Member not the Value. My code is below:
XAML :
<xcdg:DataGridControl Grid.Row=''2'' HorizontalAlignment=''Left'' Name=''NotesGrid'' Width=''800'' Height=''Auto'' ...
1
|
|
|
|