Hi Team,
On a screen,
Since a container is not a widget you can disable, you can always use the 'style' to create a dynamic 'disable style' for you containers
You can create something like this in your stylesheet (see here:https://stackoverflow.com/questions/44719980/how-to-prevent-the-click-event-using-css)
and in the value of the style, use an if condition. If the container meets your condition, set the style.
Cheers
Hello Saurabh,
I assume you are using list widget and bind titles to this list and display title as link which is clickable to do some actions. In this case I suggest to add If widget to list Item and based on your condition if it is true display link with Title if it is false display expression widget with title.
Not Titles, i am saying tile . I want to show the tile but disabled.
Noted but same as I said you can use If widget for your List Item if condition is true display clickable widget if false display non-clickable widget (expression or container)
Hello @Saurabh Sengar
Just to be sure, do you mean you're using a gallery inside a list?
Can you be more specific? Do you want to disable images or a row in a list?
Can you post an image, for example?
Let me do this as you suggested :)
Thank you it helped me.
Regards,
Amreen