Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
138 views
Hello, 

I have used a RadScheduler on my SharePoint 2010 site with IE8. But every time I try to navigate to "Day", "Week" and "Month", A script error pops-up. I am using Ajax for each request,
 
I am attaching a sample of the project and the webconfig.
In the sample, To recreate the issue, Add the webpart to your page. Click "Month", Then a postback will occur(This does not happen in my developing aaplication). Afterwards, select "Day" or "Week". It wont navigate to either of them and there will be a script error.
To get the script error, use IE developer tools and start debugging. Do the same steps as told earlier, you will see the script error then.

I am attaching an image of the script error what happens when I first select "Day", Then "Week".

I have added the RadScriptManager to the master page.

*Removed Link*
Plamen
Telerik team
 answered on 05 Jun 2013
1 answer
111 views
Hi,

Even though I enabled the property "EnableRowHoverStyle ", the hover effect only shown up in View Mode, not in "Inline" Edit Mode.
I think that it is like this by default. Would you please let me know if there is any workaround?

Thanks

Lamk.
Princy
Top achievements
Rank 2
 answered on 05 Jun 2013
6 answers
595 views
I'm facing an issue with RadGrid control. I have a dataset grouped by a "level" field, and RadGrid shows subtotals per level. RadGrid allows to reorder columns. The issue is that, when reordering a column, its subtotal is not reordered alongside the column data and header; so, if a text column is reordered between numeric columns, the subtotal of the previous column appears on the group footer for that column. Please refer to attachments 1 and 2, to see an example.

Thanks
Regards
Julio MX
Jules
Top achievements
Rank 1
 answered on 04 Jun 2013
2 answers
99 views
HI,
I have a user control inside of a Radgrid. This control has javascript which works fine when a single OR More than one control is placed on a  page just fine. But when I add this control  to a grid. It cant find the function.

N.B: Radgrid is ajax enabled with radajaxproxy and everything else works just fine..Any ideas..?

Thanks.
Sadaf
Top achievements
Rank 1
 answered on 04 Jun 2013
5 answers
395 views
Im using a Radgrid. I have a Textbox that is disabled, but I would like to enable it when any row is selected in the Radgrid.
Elton
Top achievements
Rank 1
 answered on 04 Jun 2013
6 answers
408 views
Just to give a heads up.  If I insert a Return into a RadEditor, Google Chrome seems to interpret the Return as $0 or $0$0.$0$0$0$0For example, I entered:$0$0aaa$0$0bbb$0$0ccc$0$0ddd$0$0$0$0$0Then disabled the RadEditor, and it showed this:$0$0$0aaa$0bbb$0$0ccc$0$0ddd$0$0$0$0$0$0IE and FF work fine.$0$0
guest
Top achievements
Rank 1
 answered on 04 Jun 2013
2 answers
58 views
Hi,
Is it possible to set the UploadedFilesRendering property on the RadAsyncUpload control to diplay the files in a lateral manner, rather than BelowFileInput or AboveFileInput?

Thank you very much,
Randy Sullivan
Randy
Top achievements
Rank 1
 answered on 04 Jun 2013
1 answer
108 views
Can anyone tell me, if it is possible to use RadRotator to open a pdfs in a folder, have them display for a set period of time and then open another one, etc. and constantly rotate through multiple pdfs?     I have a 60inch monitor in our hallway, that our engineering department would like to have rotate multipe pdfs.  each pdf is displaying different information.   I have looked at radrotator some, but did not see anythng to add the item template to rotate.  Please help me.... or point me in another direction.


Thank you


doug
Slav
Telerik team
 answered on 04 Jun 2013
1 answer
1.0K+ views
Telerik.Web.UI.WebResource is failing to load when I try and run my web site from my local IIS server. I can run it while debugging. I'm thinking it's an issue in my Web.config but after days of Googling I am out of ideas. 

<?xml version="1.0" encoding="UTF-8"?>
<!--
    Note: As an alternative to hand editing this file you can use the
    web admin tool to configure settings for your application. Use
    the Website->Asp.Net Configuration option in Visual Studio.
    A full list of settings and comments can be found in
    machine.config.comments usually located in
    \Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
  <connectionStrings>
  
  </connectionStrings>
  <system.web>
    <!--
            Set compilation debug="true" to insert debugging
            symbols into the compiled page. Because this
            affects performance, set this value to true only
            during development.
        -->
    <compilation debug="true" targetFramework="4.0">
      <assemblies>
        <add assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
        <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
        <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
      </assemblies>
    </compilation>
    <!--
            The <authentication> section enables configuration
            of the security authentication mode used by
            ASP.NET to identify an incoming user.
        -->
    <authentication mode="Forms" />
    <!--
            The <customErrors> section enables configuration
            of what to do if/when an unhandled error occurs
            during the execution of a request. Specifically,
            it enables developers to configure html error pages
            to be displayed in place of a error stack trace.
 
        <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>
        -->
    <pages theme="Theme" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
      <controls>
        <add assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagPrefix="telerik" />
      </controls>
    </pages>
    <httpHandlers>
      <add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Version=2010.1.309.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
      <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
      <add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" validate="false" />
    </httpHandlers>
    <httpModules>
      <add name="RadCompression" type="Telerik.Web.UI.RadCompression" />
      <add name="TelerikWebResource" type="Telerik.Web.UI.WebResource" />
    </httpModules>
  </system.web>
  <appSettings>
    <add key="DefaultActiveDirectoryServer" value="dc=foo,dc=com" />
  </appSettings>
 
  <!--
        The system.webServer section is required for running ASP.NET AJAX under Internet
        Information Services 7.0.  It is not necessary for previous version of IIS.
    -->
  <system.webServer>
    <validation validateIntegratedModeConfiguration="false" />
    <modules runAllManagedModulesForAllRequests="true">
      <add name="RadCompression" type="Telerik.Web.UI.RadCompression" />
      <add name="TelerikWebResource" type="Telerik.Web.UI.WebResource" />
    </modules>
    <handlers>
      <add name="ChartHandler" path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI" />
      <add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />
     
  </handlers>
    <httpErrors errorMode="Detailed"/>
    <asp scriptErrorSentToBrowser="true"/>
  </system.webServer>
</configuration>


Any ideas what I'm missing here?
Slav
Telerik team
 answered on 04 Jun 2013
2 answers
203 views
I am having an issue in clearing the contents of the DateInput box of a RadDateTimePicker via client-side javascript when invalid data has been entered.

In my scenario, I have two radio buttons (asp:RadioButton) that allow a user to select to either perform an action immediately or schedule the action for a future date/time.  The later radio button is coupled with a RadDateTimePicker.  If the user initially enters a date then switches to perform the action immediately, the RadDateTimePicker should be cleared.

If a valid date has been selected or entered, I am able to clear the contents with:

var dtTmPicker = $find("<%= SchedStartTime.ClientID %>");
dtTmPicker.clear();


However, if an invalid value has been entered for the date, the call to .clear() has no effect (because the underlying date value has not been set when the visible value is not valid).

Based on a few scattered forum posts, I have attempted to reset the invalid value, warning icon, and formatting on the field with:

var dtTmPicker = $find("<%= SchedStartTime.ClientID %>");
dtTmPicker.get_dateInput().set_textBoxValue(
"");
dtTmPicker.get_dateInput()._invalid =
false;
dtTmPicker.get_dateInput().updateCssClass();

This clears the text, but the warning icon and formatting remain.

Interestingly, I can set ._invalid=true and call .updateCssClass() to turn the validation icon/formattting on; and again set it to false to clear the validation icon/formatting.  But I can only do this when NO invalid value has been entered in the control.  Once an invalid value has been entered, I can only clear the text but not the icon/formatting.

Is there something else that needs to be done to clear the form and reset the validation?  Any help is greatly appreciated.


William
Top achievements
Rank 1
 answered on 04 Jun 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?