Browse by Tags
All Tags » data grid (RSS)
Showing page 1 of 3 (28 total posts)
-
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 ...
-
Hi,
I am facing a problem with xceed datagrid, when i am changing a value dynamically the grid is not refreshing automatically, when i use horizontal or vertical scroll then it is getting refreshed and i am able to see my changes. I want the same behavior when i change a value with out using scroll bars it has to refresh the grid and show my ...
-
The first textbox column for ''GL Code'' binds just fine and saves all edits. The second doesn't ''Deferred GL Code''. Does anyone know how to get the second to work like the first, or know a better way to do both?
Thanks, Ben
<wpfc:XceedGridExtended Grid.Row=''1'' Grid.Column=''0'' Grid.ColumnSpan=''3'' Name=''GLCodeGrid'' ...
-
Did you get any answer on this? I am trying to figure out a way to get back to the default settings as well.
-
Does anybody know how to dynamically enabled and disable sorting via the ColumnManagerRow at run-time? I've tried changing the AllowSort property on the ColumnManagerRow but it has no effect.
-
Is there a method to force the re-evaluation of all bindings on the datagrid?
E
-
Good Afternoon!
I'm using version 3.1 of the DataGrid for WPF. I have an issue where I need a TextBox editor to commit it's changes to the datasource when the user exits the current cell (which works when DataGridControl.UpdateSourceTrigger = DataGridUpdateSourceTrigger.CellEndingEdit), but I also need a checkbox ...
-
Hi,
I've add the Xceed.DataGrid into a User Control (named ''MyUserControl'') and I see this:
When I add MyUserControl into a Window, I can't see the Setting Dialog.
Is there an option or another way to display it?
-
HI,
I'm attempting to show/hide a column based on the checked state of a Combobox using:
Visible=''{Binding Path=IsChecked, ElementName=showSummaryHeaders}''
This generates the following binding error:
System.Windows.Data Error: 2 : Cannot find governing FrameworkElement or FrameworkContentElement for target element. ...
1
|
|
|
|