Browse by Tags
All Tags » Cell editor (RSS)
Showing page 1 of 3 (26 total posts)
-
Hello,
I would like to display a custom cell Editor of a cell regarding a value of a property of the DataObject, i have done this :
<Style TargetType=''{x:Type xcdg:DataCell}''> ...
-
I need to have some Cells in grid to be ReadOnly and some to be editable. I have found that settings property ReadOnly=''True'' for DataCell has no influance, and there is still posiible to edit content of cell (for test I use default editor). I use Style like this<Style TargetType=''{x:Type xcdg:DataCell}''><Setter Property=''ReadOnly'' ...
-
though may be it's a bit too ''fancy...... but i just would like to know is there any possibility to display html content in a winform grid cell??
coz i need to display the content converted from xsl in the cell........
thx in adv!
kenny
-
Hi,
I've created a class called Choices that represent a ComboxBox. Choices has public List and Value properties to bind a combo box (list of choices and selected value).
I want to bind a column of the grid on a property returning an instance of this object and I want the editor of a cell to display a working ComboBox based on those ...
-
Hi Guys,
I am using 3.7 wpf datagrid control.
I have a bound datagrid control with four columns. First column is checkbox, 2nd is read only and 3rd & 4th are editable columns with textbox editor.
Now I want user to allow cell of 3rd & 4th columns only if checkbox is checked in first column.
I don't ...
-
Hello,
I'am using version 4.2.11215.9190 of DataGrid with EntityFramework and I'am facing issues with CellEditor.DatePickerEditor in the DataGridControl and TableView.
- In Edit mode, the drop down picker never show when i hit the button.
- Zeros are not shown on single numbered dates and presentation is different between Edit Mode and non Edit ...
-
I recently upgraded to 3.7 and still couldn't get this to work easily. I did eventually though but I think not through the ForeignKeyConfiguration property.
I had to jump through several hoops to get it working. Here is how I did it.
PARTIAL CollectionViewSource
<xcdg:DataGridCollectionViewSource ...
-
hi derek
It is working it's fetching me the cell value and here is the code which works fine for making some particular cells as read only
<xcdg:DataGridControl.Resources>
<local:OutturnReadOnlyConverter x:Key=''OutturnReadOnly''/>
<Style TargetType=''{x:Type xcdg:DataCell}''>
<Setter Property=''ReadOnly'' ...
-
here is the code which i was trying to achieve to make some particular cells as read only.I used a converter class which i defined in the
when i am using this code in my project it is setting the whole row to readonly...........
public class OutturnReadOnlyConverter:IValueConverter
{
#region IValueConverter Members
public object ...
-
I am new to Xceed. I have searched the forum, but could not find out how can I change the background / foreground color of a cell being edited.
I have tried the following but the color does not change:
Dim numericEditor As New NumericEditor Dim numericTextBox As WinNumericTextBox ...
1
|
|
|
|