FIX the triggering of RadButton's postback when args.set_cancel(true) is set by other button and page validation is not passed
When a RadButton is clicked and the following conditions are met:
-Page validation is not passed
-Button's postback is cancelled in OnClientClicking event by setting args.set_cancel(true)
the postback of other RadButtons will not be performed.