In the code all I found was:
<Style TargetType="{x:Type xcdg:DataGridControl}">
<EventSetter Event="PreviewKeyDown"
Handler="CopyPasteRows" />
</Style>
<Style x:Key="rowSelectorStyle"
TargetType="{x:Type xcdg:RowSelector}">
<EventSetter Event="PreviewMouseLeftButtonDown"
Handler="SelectRow" />
</Style>
<Style TargetType="{x:Type xcdg:DataRow}">
<Setter Property="xcdg:RowSelector.RowSelectorStyle"
Value="{StaticResource rowSelectorStyle}" />
</Style>
But this does not demonstrate any functionality.
This is a the last piece of functionality which will make us go ahead with xceed grid. I would really appreciate if you can guide me with any example.
Thanks