Hi !
I've got strange behavior with RadAjaxManager.no problem without radAjaxManager
Normally I have a panel and editing in that panel should update its contents. but strange behaviors appear.
To test, I just added 2 edit boxes only for updating.
Example project and example video to explain.
1) Set "cumul" => calculate and update the content deductionRG (AjaxSetting)
2) Set "Pénalités" => Calculate and update Total Deductions content (AjaxSetting)
But Event is launched on Montant RG???
Radnumeric is disabled and I don't want the event to be fired if there was no user input.
3) Set "Autre" => Event launched but content received: 0
4) Define "Autre" again (other value: 80) => Value of the content received by the event: 80
This is a simple example, because this edition panel modifies for the user according to conditional parameters on the screen during the instance of the calculation class.