Hi,I have written a logic which checks the role of the user and based on that it makes a container invisible ( role is editor or author) and when role is admin or master it display the container.The logic is working fine for admin and master role but, it is giving the error for editor and author.Error: Can't move focus because it is invisible, not enabled, or of a type that does not accept the focus.
Hi,I have written a logic which checks the role of the user and based on that it makes a container invisible ( role is editor or author) and when role is admin or master it display the container.The logic is working fine for admin and master role but, it is giving the error for editor and author.Error: Can't move focus because it is invisible, not enabled, or of a type that does not accept the focus.Code is attched.