This template has Add Icon and Delete Icon.
I want to make Add icon to be disabled/invisible in certain conditions.
How can we achieve this from code-behind?
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.
Hi Daniel,
Thanks for your reply. I tried the above approach. It works fine.
But i want to do this from code-behind.
I tried finding the control and made visible=false as shown below. It doesn't seem to work.