Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
231 views
I use crystal reports and use RTF Text interpretation for a description field and store the value of this description RTF in an MS SQL Database Text Column. I need to allow my users to create / edit this description via a web portal and am using the RadEditor. The import of RTF is fine using a memory stream, but I need to use the export to RTF and not have it download a file to the user, but use the exported RTF to store in the database field. Is there a way to override the export to export to a memory stream instead of a file for download?

Thanks,

Philip Carter
Philip
Top achievements
Rank 1
 answered on 05 Jul 2014
4 answers
295 views
Hi,

Can the following functionality be achieved without using xml file

http://www.telerik.com/community/forums/aspnet-ajax/editor/how-to-programatically-create-radeditor-with-no-menus.aspx#1408928

Thanks,
Ramesh
Patrick
Top achievements
Rank 1
 answered on 05 Jul 2014
9 answers
287 views
Hi

Is there any way I can make the RadAsyncUpload control responsive?

Thanks
Vishnu.
Vishnu
Top achievements
Rank 1
 answered on 05 Jul 2014
18 answers
880 views

Hi,

I'm utilizing the Telerik captcha control in a SharePoint environment as a security measure to protect forms against spamming. I have 3 layers in my setup. There's a Dev server (DEV), integration server (SIT) and ultimately the user acceptance test server (UAT). Although I have the exact same code, deployed to all the 3 environments, I get different behavior when it comes to Audio Captcha.

On my Dev, I'm able to hear the Audio Captcha once I click on the "Play Audio Code" link. On the other 2 servers, nothing happens. I investigated this further by finding the "guid" passed to the Telerik.Web.UI.WebResource.axd?type=cah&guid={guid} handler.

When I hit this handler from my dev box, I get the audio file. However, hitting the same handler (with a different guid of course) results in the following error in SIT & UAT:

CaptchaAudio Exception

 

RadCaptcha was not able to generate an audio code Please check the following:

  • Make sure that directory named RadCaptcha exists in the application’s APP_Data folder
  • Make sure that you have specified a valid path to the directory containing the audio (*.wav) files. Use CaptchaImage . AudioFilesPath property to set the path to the folder containing the files..
  • Make sure that there is an audio file for every possible character that might appear in the Textcode. The audio files must be named “Char”.wave. i.e. A.wav, B.wav, C.wav, 1.wave etc.
  • Make sure your application is running in Full Trust environment

Stating the obvious, I’ve checked all the above points and everything looks good to me.

Here are a few more points to consider:

  1. The same .wsp package has been deployed to all the servers which implies the following
    1. Audio files are copied to a folder called “RadCaptcha” that exists under the LAYOUTS folder (I’ve verified this on all the servers and the audio files DO exist)
    2. The code deployed is identical
    3. I can hit the audio files externally from IE by referencing their location under /_layouts/
  2. The Web.Config are identical
    1. I swapped the web.configs between DEV & SIT, nothing broke/worked
    2. I manually inspected the various sections (trust levels, etc) between the DEV & SIT web.configs, they are identical
  3. Below is the section where I configure the CAPTCHA in my code. I assume it’s correct as this works on DEV

// Add captcha to the right column

                    captcha = new RadCaptcha();

                    captcha.ID = "captcha";

                    captcha.ErrorMessage = "error";

                    captcha.EnableRefreshImage = true;

                    captcha.CaptchaAudioLinkButtonText = "Play Audio Code";

                    captcha.CaptchaImage.EnableCaptchaAudio = true;

                    captcha.CaptchaImage.AudioFilesPath = "/_layouts/myproject/forms/RadCaptcha";

// I added the line below later on to debug this issue – didn’t seem to have any effect

                    captcha.CaptchaImage.UseAudioFiles = true;

 

Any help is greatly appreciated,

Ali Pourmoghaddam

Herbert
Top achievements
Rank 1
 answered on 04 Jul 2014
2 answers
407 views
Hi,

I set maxlength of Numeric textbox to 16 as I want to limit the number of characters to be entered. And maxvalue as 9999999999999999  (16 characters).
But, when I entered 16 characters into it, it is reverting the number back to 9999999999999999. How can I save 16 entered numbers as is and restrict to revert back?

Thank you.
Viktor Tachev
Telerik team
 answered on 04 Jul 2014
1 answer
263 views
Hi I want to have CRUD operation in client mode.
When I add or Edit, I want to display data with custom add and edit template, like http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/form-template-update/defaultcs.aspx
But I want use client code, so data will display and collect at client side.
Can somebody give me sample for that?, thank's

Regards,

Gunawan
Pavlina
Telerik team
 answered on 04 Jul 2014
1 answer
99 views
Hi,
    I am using bootstrap template in my web site and trying to use autocomplete box but their is problem occurs at the time of displaying popup list of autocompletebox.
 Please check the attachment and help me to solve this problem.

thank you.
Nencho
Telerik team
 answered on 04 Jul 2014
2 answers
97 views
If there a way to have the timepicker expanded on the page to save a click to expand the picker.

I suppose I'm looking for the same feature difference as there is between DatePicker & Calendar.

Andy

PS is there a problem with the search, it doesn't work if you just search the current forum section.
Andy Green
Top achievements
Rank 2
 answered on 04 Jul 2014
1 answer
103 views
Dears,
i am facing problem in captcha control as i am adding it using custom sharepoint webpart it working fine in my development environment but when i deploy the solution to the farm with load balancer a gray image appears instead of the code.

i read this article http://www.telerik.com/help/aspnet-ajax/captcha-webfarm-and-webgarden.html
but when i apply the solution the image is totally disappeared .

attached my web.config file
Slav
Telerik team
 answered on 04 Jul 2014
0 answers
133 views
I tried to build a solution in jenkins but i get the following errors.

OpenAccessEnhancerCheck:
Validating the existence of the OpenAccess ORM enhancer assembly.

C:\Program Files (x86)\Jenkins\jobs\Test\workspace\Ktv_Oms.Business\OpenAccessAssemblies\OpenAccess.targets(88,5):

error MSB4062: The "OpenAccessDeploy" task could not be loaded from the assembly C:\Program Files %28x86%29\Jenkins\jobs\Test\workspace\\packages\OpenAccess.CodeFirst.2013.3.1211.3\tools\enhancer\enhancer.exe. Could not load file or assembly 'file:///C:\Program Files %28x86%29\Jenkins\jobs\Test\workspace\packages\OpenAccess.CodeFirst.2013.3.1211.3\tools\enhancer\enhancer.exe' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. [C:\Program Files (x86)\Jenkins\jobs\Test\workspace\Ktv_Oms.Business\Ktv_Oms.Business.csproj]


error MSB4062:

The "OpenAccessDeploy" task could not be loaded from the assembly C:\Program Files %28x86%29\Jenkins\jobs\Test\workspace\\packages\OpenAccess.CodeFirst.2013.3.1211.3\tools\enhancer\enhancer.exe. Could not load file or assembly 'file:///C:\Program Files %28x86%29\Jenkins\jobs\Test\workspace\packages\OpenAccess.CodeFirst.2013.3.1211.3\tools\enhancer\enhancer.exe' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. [C:\Program Files (x86)\Jenkins\jobs\Test\workspace\Ktv_Oms.Business\Ktv_Oms.Business.csproj]





Chathuranga
Top achievements
Rank 1
 asked on 04 Jul 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?