I am using Rad Editor in my project. When i add a e-mail address to content
such as sample@domain.com , the editor automatically add a <a href='mailto'> tag to the content of my message. How can I disabled this property?
I have a Chart.. and a combobox that contains two items viz. 'Bar' and 'Line'. On select of the combobox item, i need to change my chart type. Since ChartType is and Enum... how can i change the ChartType based on the Combobox selected value?
Thanks in Advance
John
Hi
I have a strange issue with the RAD editor.
I require to use the default font as ariel and size to be 10. I have changed the css file to the above mentioned font configs.
The CSS now sets the font in the required size and font. But when the rad editor is in edit mode, it still shows the font as times new roman. And when the page is checked in , it gets displayed as Ariel.
Please let me know if there is any settings that I have missed.
The css change that has been done are given below
I have just had one of my users try formatting a table in the editor, in Firefox 3.
He found that when the formatting dialog is shown, the preview of the selected format isn't displayed, and the OK button is off the bottom of the dialog.
If the text of node I edited is "Node1". When I use javascript to change the text to "Node2". Then I execute eventArgs.set_cancel(true), why the node text not return to "Node1"?
When I paste from Word Into the Rad Editor and use either paste or paste from word when copying and pasting bullets. It produces wacky characters. This is from Office 2007.
I have a nested view in a grid control that is showing some wierd icons next to it. It looks like a filter icon, some others. It is appearing in the margin of the grid, to the left of a nested view (where there are details around a frameset). I am using grouping on the grid, the nesting under the grouped grid row.
Any idea why this is happening? I have a sample project zipped, but don't see an option to attach it here.
I have a grid that is nested inside a couple of RadSplitters (one horizontal, one vertical, like the outlook example).
I have finally managed to get the Width="100%" and Height="100%" to work .... kinda.
When the page first renders, everything is fine. When I resize the RadPane that contains the grid everything is fine. However, if I change the sort order on the grid, both a horizontal and vertical scroll bar appear (presumably on the RadPane). If I then resize the RadPane using the splitter bar then the scroll bars disappear. If I change the sort order again then scrollbars re-appear.
Incidentally, when I change the sort order the scroll bars don't appear until I move the mouse. For example, if I simply click the column header and wait for the page to refresh everything is fine, but once I move the mouse off the column header the scroll bars appear. It's bizarre.
Why would the grid change height when you sort it?
Is it possible to customize (c#) or change the config in order to add a sort on created date feature (an ekstra column in the image list) to the Image Picker?