Hi, I have this strange problem.
Trying to add 100% width to the radeditor as follows:
It is simply not possible. When trying to do that I get the following error message:
Exception Details: System.FormatException: Input string was not in a correct format.
Source Error:
Trying to add 100% width to the radeditor as follows:
Dim leditor As New RadEditor()
leditor.Skin =
"Black"
leditor.Width =
"100%"
leditor.EditModes = EditModes.All
leditor.NewLineBr =
True
...
It is simply not possible. When trying to do that I get the following error message:
Input string was not in a correct format.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.FormatException: Input string was not in a correct format.
Source Error:
|
