Hi,
I just want to know, how can I remove all toolbar items from WebHtmlEditor? I wanted to do it from Server Side.
Please help me.
Regards,
Bala Sebastian
Hello Bala,
Thank you for contacting Infragistics!
I have implemented a code sample for you, where I remove all items from the toolbar by using RemoveRange(0,j) method where j is the number of items in your toolbar.
Please let me know how this works for you!
Hello Aneta Gicheva,
Thanks for your fastest reply to my query!
I implemented the code you shared. It was working awesome. This is what I expected.
Thank you very much!