Rank: Newbie Groups: Member
Joined: 3/17/2020 Posts: 2
|
So far I used EO.Web in a earlier version. Now I have updated to the current version. Now it is required to write AutoPostBack="true" to get the server event. But that causes that my RequiredFieldValidator fires, although I have defined the ValidationGroup. In the earlier version I didn't have this problem.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
For the ToolBar to raises server event directly it always needs AutoPostBack because a server event can only be raised during a post back. However you can turn off validation by setting the ToolBar's CausesValidation to false.
Thanks!
|