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.