Hi,
Having a Radbutton
I have exsperienced that the click event does not get called, is this correct behavior?.
I want to also update my database, when I click this button. How can I run some exstra code, when clicking this button.
Best regards
Ole
Having a Radbutton
<telerik:RadButton Width="150" Click="RadButton_Click" Content="Save insert/edit" Margin="0,0,5,0" x:Name="btnSave"Command="telerikGrid:RadGridViewCommands.CommitEdit" CommandTarget="{Binding ElementName=radGridPhases}" />I have exsperienced that the click event does not get called, is this correct behavior?.
I want to also update my database, when I click this button. How can I run some exstra code, when clicking this button.
Best regards
Ole