Browse by Tags
All Tags » CellEditor (RSS)
Showing page 1 of 4 (38 total posts)
-
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 ...
-
Hello,
I am trying to attach a Custom Dependency Property to each Row in the Xceed DataGrid. I am not able to find any element to which I can attach the same.
I tried to attach the dependency property to DataRow , but in that scenario I am not able to see the Data in the Grid.
The way I tried doing it was ...
-
Hi,
I have a grid which display data with property that can have several types and I would like to have the editor of the same column to be different for different rows.
I thought I could do it with something that is missing like CellEditorSelect - like in ContentControl I can either set specific DataTemplate or set DataTemplateSelector and have ...
-
In my application, I've got a input sheet with % fields and right formatted input. I'm trying to get the cell editors to integrate fully with the cell. Currently when the cell editor is active there is an annoying border around the cell. Is there a standard way to remove this? Do I simply set Margin = -X and what is the ''standard value'' X ...
-
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 ...
1
|
|
|
|