Batchini 0 Posted September 19, 2020 Report Share Posted September 19, 2020 Hi, I am looking to make a cascading text field read-only. the cascading text field in my DataPage is the Virtual 4. How can I achieve this? Thanks. Quote Link to post Share on other sites
Barbie 10 Posted September 19, 2020 Report Share Posted September 19, 2020 Hi @Batchini We can achieve this using CSS code. Please add a Header and Footer on your DataPage and paste the code below. <style> input[name*="cbParamVirtual4"] { pointer-events: none !important; } </style> I hope this works. - Barbie Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.