RadAjaxManager
.GetCurrent(this.Page).ResponseScripts.Add("radopen(null,\"dlgTest\");");
The first time I run it I get the following error:
Sys.WebForms.PageRequestManagerParserErrorException: The message received From the server could not be, parsed. Common causes for this error are when the response is modiFied by calls to Response.WriteO, response filters, HttpModules, or server trace is enabled
Details: Error parsing near 'play:none;”>/span>|<html>
<head>
'.
Every time I select a row in the grid after cancelling this message, the dialog will load but the data does not change after the first time it loads.
Does anyone have any suggestions or sample of how I could do this? Following is a link to a test project where I've been able to reproduce the problem:
EDIT: I've updated the zip file referenced below to reflect the curernt state of this post.
http://sites.google.com/site/pbbgso/Home/TelerikGridTest.zip?attredirects=0
Just click on one of the link buttons in the grid to get the error. This is where I'd like to launch the window.
Non Toxic - Western Red Cedar is non toxic, making it safe for all uses. It requires no chemical treatment which is good for you and good for the environment. Plus wood is the ideal environmentally sound building material.
| var myCallbackFunction = function(sender, args) |
| { |
| editor.pasteHtml(String.format("<gwo:script name=\"{0}\">", args[1])); |
| editor.pasteHtml(args[0]); |
| editor.pasteHtml(String.format("<gwo:noscript>")); |
| } |

Hello,
I have a problem and I need to do the following: with a RadComboBox (Provincias Table) I filter a RadGrid (Municipios Table), i.e., I filter the "municipios" belonging to the selected "provincia".
I need that the key selected to filter the "municipios" be a constant field when inserting a new "municipio" and that I don't have to insert it again.
Whe editing I also need to protect (to avoid incidental modification), the field that identifies the "provincia".
Please help me to solve this problem.
Thanks for your help,
Jorge Saa-Gerbier
Hi,
I'm trying to use the en-GB dictionary with the RadEditor for MOSS. We seem to be on 5.3.1.0 of the editor. I have done the following:
Edited the file C:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.3.1.0__1f131a624888eeed\Resources\ConfigFile.xml and added the following line:
<property name="SpellDictionaryLanguage">en-GB</property>
I have also downloaded the dictionary file "en-GB.tdf" and copied it to C:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.3.1.0__1f131a624888eeed\Resources\App_Data\RadSpell.
I have also ensured that the following line exists in the file C:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.3.1.0__1f131a624888eeed\Resources\ToolsFile.xml:
<tool name="AjaxSpellCheck" />
When I edit a page that resides in a site with the 'RadEditorFeatureRichHtml' feature enabled, the page loads fine and the RadEditor is displayed as expected. Other changes I have made to the ConfigFile.xml and ToolsFile.xml have taken affect (removing toolbar buttons, changing the skin, etc) making be believe that I've edited the correct versions of the files. However, when I do a spell check on, for example, the word "colour" it reckons its a mistake and tries to correct it to the US spelling 'color'.
I have cleared my browser cache, restarted IIS and even tried it on an entirely different workstation which has never visited the site in question before. Also, if I delete the en-GB dictionary and reload the page, I get an error saying that the dictionary is required so it does look like the setting is being picked up.
Have I missed something? Any help would be greatly appreciated.
Many thanks,
Will
| <telerik:RadEditor ID="LabelMailBody" runat="server" EditModes="Design" |
| Enabled="True" EnableResize="True" Language="de-DE" |
| ToolsFile="~/App_GlobalResources/BasicTools.xml" Visible="True" |
| Width="200" Height="450" SkinID="EmailEditor" |
| > |
| <Content></Content> |
| </telerik:RadEditor> |
| html |
| { |
| height:100%; |
| width:100%; |
| overflow:scroll; |
| } |
| LabelMailBody.Content = cont.Body2Html; // <-- this is some html-text |