How do I apply custom validation for dynamically added view?

https://snippet.webix.com/qlqmp889

Here I want special characters validation for project name so how can I apply it?

Validation message not displayed for dynamically added view?

just add invalidMessage parameter
https://snippet.webix.com/prn5fe25

invalidMessage property not working for dynamically added view?

did you check the snippet?
it is working AFAICS.

Please check following snippet

https://snippet.webix.com/9hoep8a3

In above snippet, invalid message is not displayed in case of onblur event. What should I do.

Ok fine thank you solved it.