Completed
Last Updated: 27 Feb 2013 12:30 by Eli
ADMIN
Slav
Created on: 15 Feb 2013 15:23
Category: Button
Type: Bug Report
5
FIX the raising of the RadButton Click event when the control is used on a master page and ValidationGroup property is set
When a RadButton with configured ValidationGroup is used on a master page its server-side event 'Click' is not raised in:
-Internet Explorer and Chrome, but FireFox and Opera.
-In all browsers when the master page contains a RadAjaxManager.
1 comment
Eli
Posted on: 25 Feb 2013 16:43
I am finding the server side click event does not happen when there is ValidationGroup OR OnClientClicked used OR OnClientClicking used.  No errors are given and a postback will occur, but the event does not fire.

As a test I was able to simply switching button to a ButtonTYpe="LinkButton" will cause it to work as expected.