We are trying to use the ToolbarProviderID functionality with multiple RadEditor controls. The RadEditor controls are being instantiated at RunTime. When the first RadEditor control is being created, we store the ID of that Editor to be used as the ToolbarProviderID for later Editors.
When we run, the Toolbar on the first RadPageView page where the first Editor is drawn renders as it should. When I switch to a Tab that contains an additional Editor, we encounter a Javascript error.
My question: how do we use the ToolbarProviderID when the ID of the control will not be visible because of the RadPageView hiding the control?
When we run, the Toolbar on the first RadPageView page where the first Editor is drawn renders as it should. When I switch to a Tab that contains an additional Editor, we encounter a Javascript error.
My question: how do we use the ToolbarProviderID when the ID of the control will not be visible because of the RadPageView hiding the control?