We have recently upgrade to the new version of the telerik.Web.UI control (2010.2.713.35) from the old version (2009).
However, once we open the table property page, it throws the error message "The ToolName property must be set!
Below is the piece of the code, we make the content editor with the EditorTools.
EditorTool tool = new EditorTool(ep.FunctionName);
toolGroup.Tools.Add(tool):
The rest Editor tool works fine such like Hyberlink manager, image manager ect.
In addition, we try to assign the tool.Name at code level, unlucky, it will still throw the same error.
However, once we open the table property page, it throws the error message "The ToolName property must be set!
Below is the piece of the code, we make the content editor with the EditorTools.
EditorTool tool = new EditorTool(ep.FunctionName);
toolGroup.Tools.Add(tool):
The rest Editor tool works fine such like Hyberlink manager, image manager ect.
In addition, we try to assign the tool.Name at code level, unlucky, it will still throw the same error.