Browse by Tags
All Tags » Event Handlers (RSS)
-
I would like to change the background color of the
rows when the user has made a change to them, then return to normal
colors when the changes are saved (or reverted), as I have done with
other apps (using Windows Forms' DataGridView). I'm just not sure how
it will work in Xceed's DataGrid. Here's my best guess as to what needs
to be ...
-
Hi,
I would like start a storyboard when the content of a cell changes, but I always get an exception on the EventTrigger at runtime.
Here is my code :
[XAML]
<Style TargetType=''{x:Type xcdg:DataCell}''>
<Style.Triggers>
...
-
Hi,
I'm currently using version 2.0 of the DataGrid.
Is there a way to capture something like the EditEnded event (which is new to version 3.0), in order to launch an action after a cell edition ?
Thanks a lot.
-
The following example demonstrates how to subscribe to the events of a DataRow.
As for knowning when the selected item changes: SelectedItem is a dependency property and like all other dependency properties, if you want to know when it changes, you need to add a value-changed handler.
-
This example demonstrates how to subscribe to the events of a DataRow
-
Hi,
I want to be able to access an insertion row from C# code. Specifically, from inside a method that handles an event fired from a cell editor control.
In our application, we have a control that allows a user to query the database for a valid value. For example, if they know a product code they may type it in directly, otherwise, a ...
|
|
|
|