This question is locked. New answers and comments are not allowed.
Hello,
I try to replace the standard buttons (Commit, Cancel, ...) on a DataForm with RadButtons. To do this, for example, I set the CommitButtonStyle property like this :
| <dataForm:DataForm.CommitButtonStyle> |
| <Style TargetType="ButtonBase"> |
| <Setter Property="Template"> |
| <Setter.Value> |
| <ControlTemplate TargetType="ButtonBase"> |
| <telerik:RadButton x:Name="CommitButton" telerikNavigation:RadWindow.ResponseButton="Accept" Content="{TemplateBinding Content}" /> |
| </ControlTemplate> |
| </Setter.Value> |
| </Setter> |
| </Style> |
| </dataForm:DataForm.CommitButtonStyle> |
The appareance is good, but the events are not raised. Did you know how can I do this ?
Cordially,
Stephane.