Validation works fine until I make use of ValidationGroup. Afterward the form submits but no validation occurs. This is the href on the LinkButton before and after I use the ValidationGroup.
Before: javascript:DoPostBackWithOptions(...)
After: javascript:__doPostback(...)
The CausesValidation
property is set to true. Why does adding the ValidationGroup change the postback code like that?