I have multiple RadEditors in my WebPage.
All of them have the same ToolBar. I want to use the ToolProviderID property to achieve faster page load.
I am treating one as the master Editor. For this control, I assign the ToolsFile property in PageLoad.
And for other controls I use the ToolProviderID property. this gets assigned as the button click event.
The tool bar gets loaded properly but it does not loads the Languages from the main toolbar.
Any inputs?
Thanks!!
All of them have the same ToolBar. I want to use the ToolProviderID property to achieve faster page load.
I am treating one as the master Editor. For this control, I assign the ToolsFile property in PageLoad.
And for other controls I use the ToolProviderID property. this gets assigned as the button click event.
The tool bar gets loaded properly but it does not loads the Languages from the main toolbar.
Any inputs?
Thanks!!