Browse by Tags
All Tags » data grid » Cell editor (RSS)
-
Hi.
I have a complex business logic and I need to set ReadOnly on current cell according to a set of rules.
I created a DataCell style with GotFocus handler and set cell.ReadOnly in this handler.
The problem is when I set cell.ReadOnly = true, cell editor remains in the cell. When I move mouse off the row (not just the cell) editor ...
-
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 ...
|
|
|
|