Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
61 views
format sets are really neat.

Is there any way of removing the "menu", "pre", and  "address", from the Format Sets dropdown in the RadEditor, all I basically want is just a few "h" tags namely h1,h2,h3,h4. 

I'm coding a form with using the RadEditor  for articles submissions. The actuall person/s submitting the articles, won't know html and also the articles will be feed by a web service to other sites where they will format the article any way they want, the sites requesting the web service data, dont want the articles to include these other tags like "pre", "address" and "menu" which is understandable. 

So is there a way to remove these from the Format Sets dropdown.?

 
Rumen
Telerik team
 answered on 20 Jun 2012
0 answers
98 views
Hi,

I have a form in which there are three JQuery tabs. The third tab is used to display a Radgrid with multiple levels. When the third tab is clicked the Radgrid appears but no insert or update operation happens on the grid. I have read the issues of RadGrid with Update panel. One suggestion found was to use Tabstrip. But the other two tabs are already coded with all the functionalities and also the JQuery tab is used in other parts of application it is difficult to rewrite every page with tabstrip.  Is there any workaround that could help solving this issue to get the Radgrid working? I also have many other ASP.NET controls (User controls, validation controls)  in the first two tabs. Are these going to interfere with the grid?

Thanks
Meera
Meera
Top achievements
Rank 1
 asked on 20 Jun 2012
1 answer
277 views
I need to block all UI in the browser while an uploading is running. In some projects I use BlockUI (http://jquery.malsup.com/block), but I'm not sure how to plug this on the radupload. Is there any event that fires on file upload start and file upload end?
I don't want to display a progress bar but instead stop all user interaction with the page until the upload is finished.
Kevin
Top achievements
Rank 2
 answered on 20 Jun 2012
8 answers
134 views
Hello,

I've noticed an issue with the 2011Q1 at 2011Q1 SP1 versions that I don't understand. The same website with 2010 versions works correctly.

I have a rotator in an asppanel. The panel is hidden when the page is loaded, then I bind a datasource to the rotator and I display it. The right and left buttons are visible, but not the items in the carousel. I use ClientItemShown event to get some informations from the items and put its in labels, and it works (I can click on left or right button, I get the shown item inforations), but items are not visible anymore. When I do a postback (click an a button for example), the items appears. Then the rotator works, until I hide/display the panel.
 
Is there somebody who already has gotten this problem?

Thank you very much!

André
Slav
Telerik team
 answered on 20 Jun 2012
2 answers
75 views
Hi all,

I have two issues in rad chart.

1. How to inclined the x-axis values i.e. rotate the x-axis series in 45 or 270 degree to clear view the x-axis in rad chart.
2. How to remove or giving null value to the values which is zero in chart area.



Thanks in Advance.
Akki
Akki
Top achievements
Rank 1
 answered on 20 Jun 2012
1 answer
323 views
Hi all I am having two RadDatePicker on my form, I would like to compare these 2 dates so that the second date must be less than or equal to 18, means employee age should be greater than or equal to 18.

I would like to achieve this with out using javascript is it possible
Princy
Top achievements
Rank 2
 answered on 20 Jun 2012
1 answer
158 views
How can I change the background color of selected item of a rad combobox according to the value. If the selected value is red, then the background color should be red.

Thanks
Princy
Top achievements
Rank 2
 answered on 20 Jun 2012
7 answers
486 views
2010.2.722.35  VS2008 IE8

When I select 2 files for multiple upload and the transfer is completed, if a postback happens it seems FileUploaded are being called once per file, over and over again for each ajaxified postback.  

Shouldn't FileUploaded only be fired once per file?    Otherwise if e.file.saveas is called, subsequent call would have failed.



Peter Filipov
Telerik team
 answered on 20 Jun 2012
1 answer
305 views
Hi All,


I need to appear the rad window on my page load event. that time the other controls need to disable.

Regards,

Prassin
Princy
Top achievements
Rank 2
 answered on 20 Jun 2012
4 answers
302 views
Hi,

I am facing issue with rad editor Link Manger Dialoag Handler on my  local system having windows 7 64 bit Ultimate Edition. Please find below web.config and exception detail and help to resolve this.

Deployment Environment

IIS 7.5 on 2008 R2

Details Exception

System.Web.HttpException
The controller for path '/trunk/ConfigurationFormWI/Telerik.Web.UI.DialogHandler.aspx' was not found or does not implement IController.
at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType)
at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName)
at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory)
at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.


<System.WebServer>
<handlers>
      <remove name="ChartImage_axd" />
      <remove name="Telerik_Web_UI_SpellCheckHandler_axd" />
      <remove name="Telerik_Web_UI_DialogHandler_aspx" />
      <remove name="Telerik_RadUploadProgressHandler_ashx" />
      <remove name="Telerik_Web_UI_WebResource_axd" />
      <add name="*.vbhtml_*" path="*.vbhtml" verb="*" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode" />
      <add name="*.vbhtm_*" path="*.vbhtm" verb="*" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode" />
      <add name="*.cshtml_*" path="*.cshtml" verb="*" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode" />
      <add name="*.cshtm_*" path="*.cshtm" verb="*" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode" />
      <add name="*.aspq_*" path="*.aspq" verb="*" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode" />
      <add name="*.xamlx_*" path="*.xamlx" verb="*" type="System.Xaml.Hosting.XamlHttpHandlerFactory, System.Xaml.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode" />
      <add name="*.xoml_*" path="*.xoml" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode" />
      <add name="*.svc_*" path="*.svc" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode" />
      <add name="*.soap_*" path="*.soap" verb="*" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode" />
      <add name="*.rem_*" path="*.rem" verb="*" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode" />
      <add name="*.asmx_*" path="*.asmx" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode" />
      <add name="ScriptResource.axd_GET,HEAD" path="ScriptResource.axd" verb="GET,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode" />
      <add name="*_AppService.axd_*" path="*_AppService.axd" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode" />
      <add name="eurl.axd_*" path="eurl.axd" verb="*" type="System.Web.HttpNotFoundHandler" preCondition="integratedMode" />
      <add name="CrystalImageHandler.aspx_GET" path="CrystalImageHandler.aspx" verb="GET" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" preCondition="integratedMode" />
      <add name="Telerik_Web_UI_SpellCheckHandler_axd" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" preCondition="integratedMode" />
      <add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode" />
      <add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode" />
      <add name="ChartImage_axd" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" preCondition="integratedMode" />
      <add name="Telerik_RadUploadProgressHandler_ashx" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" preCondition="integratedMode" />
      <add name="AssetHandler" preCondition="integratedMode" verb="GET,HEAD" path="asset.axd" type="Telerik.Web.Mvc.WebAssetHttpHandler, Telerik.Web.Mvc" />
    </handlers>

<System.Web>

<httpHandlers>
      <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
      <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" />
      <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
      <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
      <add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" />
      <add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false" />
    </httpHandlers>
Rumen
Telerik team
 answered on 20 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?