Browse by Tags
All Tags » CellEditor (RSS)
Showing page 1 of 4 (34 total posts)
-
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 ...
-
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 am using the Infragistics XamNumericEditor as the CellEditor.EditTemplate in one of my columns in an Xceed DataGrid. The XamNumericEditor has a constraint (ValueConstraint) on it that restricts values to a specified range. Firstly, the control tries to prevent invalid values from being entered. However, if an invalid value is ...
-
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 ...
-
Hello,
In our project we have created a custom ComboBox enabling multiselection and other options such as search filtering (i.e pressing 'ab' on our custom ComboBox will show all values with 'ab' within them). Among other thing it holds additional properties such as search filtering type (prefix, exact match, etc.)
We use the Xceed Datagrid ...
-
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,
There is bug in the Xceed Version 3.5, Custom Control as CellEditor is not working. We cant use the Custom Control as the CellEditor in Xceed Grid Version 3.5 . I had put the Queries regarding the same on the support forums but the Xceed Team Member ar not giving any reply for the same.
So, it is concluded that ...
-
Hello,
We had sent you an post forum for the below post.
We havent been replied so. This is in the forum since last 2 weeks or
so.................
We are using the trial version of the Xceed
Version 3.5 and planning to purchase the same within few days
only.Kindly give the solution for the same or it is bug in ...
-
Hello,
I have one ComboBox as Edit Template and i have bind to Employee Data Source.
Now selected Employee's name will be seen in Cell but what about EmployeeID that I want to save in DataBase ?
In Normal Form I can get access EmloyeeID by cmbEmployee.SelectedValue but how can i achieve while using in grid ?
While saving the records, i ...
-
I have a column defined as thus:
<xcdg:Column> <xcdg:Column.CellEditor> <xcdg:CellEditor> <xcdg:CellEditor.EditTemplate> <DataTemplate> <ComboBox ...
1
|
|
|
|