Browse by Tags
All Tags » CellEditors (RSS)
Showing page 1 of 4 (38 total posts)
-
I have a requirement to be able to change the value of the MaxLength property of a cell editor at run time. When a column's cell editor is the AutoSelectTextBox, our spec says the MaxLength may be changed under certain business rules.
It makes sense to me that one might bind the MaxLength property to an object that holds the current ...
-
Hello,
I am using the Custom Control in the Exceed Data Grid as CellEditor in one of the Column. Now i am getting the custom control when the cell/column is in the Edit Mode. Now when i am selecting a value from the Custom Control. Its value is being selected but the column/Cell is not reflected with the ...
-
Hi,
I have two columns in my DataGridControl, lets say User Name and Role which are part of my Observable collection. The User Name column has a CellEditor which consist of a textBox and an Image. The requirement is to show the image as per role (the second column), that is an Admin Image or General User Image while editing the name. I am using ...
-
How to I Binding values from one column to another with using DataTemplate? In C#, not in XAML.
Code:
private void GenerateDataTemplates(int ColumnNumber){ var dt = new DataTemplate(); var spOuterFactory = new FrameworkElementFactory(typeof(StackPanel)); ...
-
Hi,
I want to store file paths in one of my columns. I would like to include a Browse button so the user can browse the harddrive for the file rather than manually typing the path.
Is this possible?
Thanks,
Andreas
-
I have a DataGrid with a few columns. I do not set the ReadOnly property for the grid or for any columns and while in runtime I can see that the column with the CellEditor ReadOnly property value is False.
However I cannot see the ComboBox im supposed to with the CellEditor. I was worried that maybe some style from controls up in the logical tree ...
-
Hi everybody, I have a question.
Is there any way how can I access from cellEditor to data from ohter cells or datarow? I create celleditor for specify column which is dependent on data from other cells of row. Does anybody know how can i access to all data of current datarow?
Thanks.
-
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 / ...
-
Hi !
I have strange behavior of CheckBox columns of WPF Grid 3.1 (the latest version fron 17 February 2009).
There is small application, with TabControl of two tabs. The first tab control contains Xceed WPF grid control. The first column bind to some boolean variable. The problem occures then I check the CheckBox, than do not move to ...
-
The project I am working on requires all controls to be added to the screen programmatically.
I have tried creating a data grid with 2 columns one of which has an combo box edit template.
The code below I copied from other forum posts and modified it to suit my own needs however when I try to edit a record/cell the combo box is not displayed at ...
1
|
|
|
|