Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
120 views
Hi,

I implement in our soft the RadCaptcha object, and i have seen that the audio files are in English.
Is there a possibility to set the audio files in FRENCH ?

Thanks
Fabrice
Top achievements
Rank 1
 answered on 30 Sep 2011
1 answer
140 views
How can I save image editor with RadButton called save outside the image editor?
I have this function but dont know how to actually close the image editor after save happened and make save image display on Image1.ImageUrl......

function Save() 
        {
         var imageEditor = $find("<%=imageeditor1.ClientID  %>");
         imageeditor1.saveImageOnServer("", true);
......... //what can I put here?
}

Pero
Telerik team
 answered on 30 Sep 2011
4 answers
198 views
Good morning, everyone. I am having a problem with the Add New Record button when the project is being run from a test server. When I click the "Add New Record" button on the RadGrid the Ajax Loading panel appears but the application gets stuck and never moves past this stage. If I reload the page, though, and click "Add New Record" again, it works. Any ideas?
Pavlina
Telerik team
 answered on 30 Sep 2011
3 answers
106 views
The rad scheduler has severe display problems in IE8 and 9 compatibility mode.
Is anyone else finding this?

It's fine when you go into tools and make sure the compatibility check boxes are checked off.
Plamen
Telerik team
 answered on 30 Sep 2011
3 answers
208 views
Hi,

In our application we are using an asp:ScriptManager in the master page. The master page has update panels and Obout contorls in them.
We have another page which uses this master page and we have Telerik controls in them. Application users are getting the following error message when accessing the application from a different WAN.

Webpage error details

 

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.0; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 2.0.50727; .NET4.0E)
Timestamp: Wed, 6 Jul 2011 19:57:22 UTC

 


Message: Sys.InvalidOperationException: Type Telerik.Web.UI.Orientation has already been registered. The type may be defined multiple times or the script file that defines it may have already been loaded. A possible cause is a change of settings during a partial update.
Line: 2315
Char: 38
Code: 0
URI:
/eCaRMA/ScriptResource.axd?d=WV_pLY8yC_4c-8xNHLf8xHgTgejs1e85CWLgnxQe6rniVduczudIzzBp2iGTKHFEb05Zi7jBENNdtMrpbnd1W6ADCnFaleq-kQnkLr9YkC0kP7DHk6MCjjrLON1kICyQv3lx-NcgjeDYk6BL2nNkq58u1Vq64VtJ9rdly8DQrrlHyo720&t=ffffffff93975e3e

 


Message: Sys.ScriptLoadFailedException: The script '/eCaRMA/ScriptResource.axd?d=kHA5vEfD81vPxTjuz-ql3Sx9uP02Wr5RUds11TI0reUShvrBbyN4h3KK_JxOIcd027-jUsUdV20X9KAr3a2LN9fA227ympMcwLNIkF72uMLmwa31MKWgpXhr9dwQspj8bIOS0g2&t=ffffffffaa03b83e' failed to load. Check for:
 Inaccessible path.
 Script errors. (IE) Enable 'Display a notification about every script error' under advanced settings.
 Missing call to Sys.Application.notifyScriptLoaded().
Line: 1266
Char: 13
Code: 0
URI:
/eCaRMA/ScriptResource.axd?d=JfiDcPXXgxLntLTFMj-G-ZokUb6mOKQ611_X142M1Dyqr5DTdD8blMIBXlRhumP_SsvDrlyaMxnuokfoWj20KWXsPueDkqA3Cw8wAGYPVy8Hl6r5d4eNLJZRrhH_5u8LB8prRpczCDj7zNzRgJwkMj4d6R0Oum40GDPDjXiHTG3NCYSy0&t=ffffffff93975e3e


I tried replacing the ScirptManager to RadScriptManager in the master page but Obout controls are throwing errors.

In an earlier scenario in another application which uses only update panels and telerik controls we saw the same error messages as shown above. We then replaced the ScriptManager of these pages with RadScriptManager,  this fixed the problem and we did not receive the error message anymore.

Now in this scenario I am not able to replace the script Manager with the RadScriptManager. Please let me know if you have any way out.

PS: This error is being thrown when we use telerik controls and asp:ScriptManager and when the application is being accessed from a different WAN at a farway distance from the server location. we never see this error when accessing the application from VPN nor when accessing the application from the same LAN in which the server are.


Thanks in advance.

Regards
Bala

Tobi
Top achievements
Rank 1
 answered on 30 Sep 2011
1 answer
82 views
Hi,

I have implemented a RadFileExplorer with a custom FileBrowserContentProvider (following the delivered sample).
My problem is: directories are loaded correctly, as well as root directory content. But when I select a folder, the files panel is never refreshed and content of root directory is always displayed.

I'm using Telerik version 2011.2.915.40

Any idea ?
Cedric
Top achievements
Rank 1
 answered on 30 Sep 2011
0 answers
86 views
 Hi there,

Is there a way to access the controls of the advanced form. Currently I am looping them with "e._formElement.getElementsByTagName("INPUT")".

But I want to add some items to my RadComboBox via Javascript if there is something changing in my Advanced Form. Or just tell me how I can use Javascript in my Advanced Form. I am using a advanced template

Hope you can help me,

Thanks.
Sander
Top achievements
Rank 1
 asked on 30 Sep 2011
5 answers
459 views
I created a tooltip to display some information in a rad Grid. It appears very fine but when I added a hyper link column in the grid, tooltip disappears as soon as I mouse over the hyperlink in the grid.

Please see attached snapshot for issue details.

I have tooltip defined as follows

<telerik:RadToolTipManager ID="radToolTipManager" runat="server" Position="BottomRight"
    Animation="None" AutoTooltipify="true" AutoCloseDelay="0" ShowDelay="100" HideEvent="LeaveTargetAndToolTip"
    Width="100" Height="50" OffsetX="10" OffsetY="10">
</telerik:RadToolTipManager>


I tried to change the HideEvent to manual close, but there were two issues with that. One is that close button appears in the mid of the tooltip top and also it overlays a portion of the grid. Secondly, the hyperlink in the grid also tries to display tooltip and hence, close the current tooltip. But really, Manual close is not my option.

Is there a way that I can still use Hyperlink column in the grid and keep the tooltip opened? Almost all columns in the grid have tooltips and all tooltips shows grid in them. But some has hyperlink and other dont. Whereever I have hyperlink, the tooltip closes as soon as cursor moves over the hyperlink.

   Any way to avoid that?
   Thanks,
   Sameers
Marin Bratanov
Telerik team
 answered on 30 Sep 2011
6 answers
171 views
Good day!

Before, I was color-coding appointments by adding Resource and ResourceStyleMapping to a scheduler. I had a custom object 'Appointment' with a property 'Category' which maps to the Resource with a ForeignKeyField of 'Category'. I was binding a list of the custom object 'Appointment' to the scheduler.

Now, I decided to use a web service to improve performance, but it returns a list of AppointmentData (similar to the SchedulerWebService.asmx). I'm not sure how to achieve the color-coding as I did before.

Thanks.
Helen
Telerik team
 answered on 30 Sep 2011
1 answer
56 views
Hi,

This might be a stupid question, but i was wondering if it is possible to show only the selected page (index) of a multiview at design time and have the rest hidden.
I'm using the TabStrip + multipage combination serving have quite a few tabs, and its a bit impractical having every page of the multipage listed under the other. Am i able to set this up so that the design page tabbing acts like it would on the live page?

Thanks 
Helen
Telerik team
 answered on 30 Sep 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?