Completed
Last Updated: 13 Aug 2021 12:25 by ADMIN
Release Q3 2015 SP1
ADMIN
Danail Vasilev
Created on: 03 Jun 2013 12:06
Category: Button
Type: Bug Report
5
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.
0 comments