Won't Fix
Last Updated: 16 Sep 2015 10:54 by ADMIN
ADMIN
Viktor Tachev
Created on: 18 Oct 2013 12:59
Category: Ajax
Type: Bug Report
0
FIX: Client side validation does not execute when medium trust is used and validators are added dinamically during ajax call.

		
1 comment
ADMIN
Radoslav
Posted on: 16 Sep 2015 10:53
This is a limitation. When the medium trust is set we cannot use reflection in order to set private properties. However when validators are used in a template placed in ajax panel the validators' _parent private property needs to be set to be the updated panel with reflection. This is needed in order all validators to be rendered as expected. So in this case in order validators to work as expected asp:UpdatePanel needs to be used instead of RadAjaxPanel or RadAjaxManager