<div class="col-lg-8" :hidden="true">
<ejs-textbox
id="textbox1"
name="text1"
class="e-hidden"
></ejs-textbox>
</div>
|
Thank you for your feedback. I believe my problem is that I have to add using an ignore property. but now i use validationStart event to ignore the validation, if element offsetHeight = 0, then args.param=false, and I think it works for now, So problem has been solved because of your suggestion. thank you very much for the response!