Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
66 views
More of a best practices type question:

Suppose I have 20 numeric textboxes. As a user enters a number in each one and tabs off the textbox I want that number to be saved to a database and a "total" label to be updated.  I'm looking for a fast response time so ideally the front end wouldn't wait for the database update and commit to be acknowledged.  What would be the best way to architect this?
Konstantin Dikov
Telerik team
 answered on 02 Oct 2013
4 answers
154 views
Hello...
When we click on recurrence activity to edit it. It shows two radio buttons (Edit only this occurrence and edit the series). I want to use only "Edit the series". How can i remove the "Edit only this occurrence" button from the window. Or is there any way to remove both and the recurring activity is displayed in edit mode? Please help me, its urgent.
Thanks in advance.
Kalpna
Top achievements
Rank 1
 answered on 02 Oct 2013
1 answer
112 views
is it possible to host the trial version of telerik tools on a webhost like arvixe and what are the requirements.
Vessy
Telerik team
 answered on 02 Oct 2013
2 answers
329 views
I am trying to implement a radgrid that is responsive to media queries and have followed the advice in this forum entry:
http://www.telerik.com/community/forums/aspnet-ajax/grid/responsive-design.aspx

This contains a great suggestion that works great...except when you have a filter row as well.  When I use the css suggestion in the forum entry above, the filter cell for any undisplayed columns remains.  Is there any way I can change the class of the filter cell so that it does not show either?

I have included a screen capture showing what happens and what I am trying to fix.

I should also add that I can hide the entire filter row using the css code shown in the snippet below, but I would really like to hide individual column filters as opposed to the entire row.

Thanks in advance to anyone who can help!

Lynn

@media only screen and (max-width: 479px) {
 
    .rgFilterRow { display: none !important; }

Lynn
Top achievements
Rank 2
 answered on 02 Oct 2013
3 answers
141 views
Hi,

I have a RadScheduler in my ASP.Net web page and our requirement is to open this form in Ipad, but while I am draging an appoint in safari in Ipad it is not moving and even not opening the popup for context menus. And we have model popups while double clicking on an appointment this is also not working in Ipad.
Our Telerik.Web.UI Product version is '2011.3.1305.40'
Please help me this is urgent for us.

Thanks,
Plamen
Telerik team
 answered on 02 Oct 2013
1 answer
153 views
Rad editor is greyed out and i cant type in it in ie9 v9.0.8112.16421 since last Thursday at 5pm local time. I couldnt even type this in your forum and i had to use my phone to do so

As soon as i run an application that has this rad editor i get this error

The process or thread has changed since last step in the },get_contentareaelement:function(){if((this.get_ etc
Dobromir
Telerik team
 answered on 02 Oct 2013
1 answer
189 views
I have developed user time sheets against each user. After the end of week user has to submit his / her time sheet. I have a field in db against every time sheet to check whether time sheet is submitted or not.

To submit time sheet, i need the date range of current active view in the rad scheduler. For example if user is in 23 sep - 28 sep range and user presses submit button i want to get this datesheet range in my code file. similarly if user has navigated to 16 sep - 21 sep and want to submit the old timesheet then i want to get the selected date range in my code file.

How can i do this, i have searched lot on this issue but i am not able to find any useful help.

Thanks

Kind Regards
Asad
Boyan Dimitrov
Telerik team
 answered on 02 Oct 2013
2 answers
164 views
How do I access the radwindow of the radspell and set a skin for its contents?

Please help
Freddy.
Marin Bratanov
Telerik team
 answered on 02 Oct 2013
8 answers
1.3K+ views
We are still in the Research phase of a project where we are trying to report total weekly sales (by number of items) for each Employee ID that is pulled from the database. Because the number of employees change regularly or we may want to filter results to employees from a particular store we have no idea at runtime how many lines we will need for our line chart. I was wondering if anyone has figured out how to dynamically bind this information.

What is expected on the chart:

  • Weeks are on the XAxis.
  • Total sales are on the Y Axis.
  • There is a separate line for every employee.

It is not known exactly how the columns that will feed the data to the database will be configured, the two most likely scenarios are shown in the pictures attached.


Marin Bratanov
Telerik team
 answered on 02 Oct 2013
1 answer
131 views
Hello


Recently i have added rewrite url rule to my IIS and also it has been added to web.config , but after using this my  radtreeview  shows the following error

"The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>)." and i want to say that i have changed all my css and java files path like this  :

    <link href="<%= ResolveUrl("~/Style/style.css") %>" rel="stylesheet" type="text/css" />
    <script pin src="<%= ResolveUrl("~/Js/Jquery/jquery.min.js") %>" type="text/javascript"></script>


Best regards
-------------------------------------------THis my web.config File--------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<configSections>
<sectionGroup name="Miron.web">
<section name="CompressorSettings" type="Miron.Web.MbCompression.SettingsConfigSection" />
</sectionGroup>
</configSections>
<appSettings>
<add key="DBNAME" value="Data Source=;Initial Catalog=;User ID=;Password=" />
<add key="ExternalDBNAME" value="Data Source=192.168.1.1;Initial Catalog=Externalelib;User ID=sa;Password=1234" />
<add key="SiteUrl" value="iranhelpdesk.ir" />
<add key="SiteTitle" value="مرکز پشتیبانی انفورماتیک ایران" />
<add key="email" value="info@iranhelpdesk.ir" />
<add key="Hejri" value="-1" />
<add key="SSlEmail" value="false" />
</appSettings>

<system.net>
<mailSettings>
<smtp>
<network host="mail.iranhelpdesk.ir" port="25" userName="site@iranhelpdesk.ir" password="@iran#it_123" />
</smtp>
</mailSettings>
</system.net>
<system.web>
<httpRuntime maxRequestLength="409600" executionTimeout="300" requestValidationMode="2.0" />

<machineKey validation="SHA1" validationKey="AutoGenerate,IsolateApps" />
<customErrors mode="Off" defaultRedirect="Error.aspx?ErrorType=customErrors" />
<compilation debug="false" 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.Speech, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</assemblies>
</compilation>
<httpHandlers>
<add verb="*" path="jslib.axd" type="Miron.Web.MbCompression.JavaScriptCompressionHandler" validate="true" />
<add verb="*" path="css.axd" type="Miron.Web.MbCompression.CssCompressionHandler" validate="false" />
<add verb="GET" path="CaptchaImage.aspx" type="WebControlCaptcha.CaptchaImageHandler, WebControlCaptcha" />
<add verb="*" type="ComponentArt.Web.UI.UploadProgressHandler,ComponentArt.Web.UI" path="ComponentArtUploadProgress.axd" />
<add verb="*" path="*js.axd" type="JavaScriptHandler" />
<add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
<add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" />
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
<add verb="*" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />
</httpHandlers>
<httpModules>
<add type="ComponentArt.Web.UI.UploadModule,ComponentArt.Web.UI" name="ComponentArtUploadModule" />
<!--<add type="CompressWebResource" name="CompressWebResource"/>-->
</httpModules>
<authentication mode="Windows" />
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
</pages></system.web>
<Miron.web>
<CompressorSettings reflectionAlloweded="false" optimizeHtml="true" daysInCahe="30" compressCSS="true" compressJavaScript="true" compressPage="false" compressWebResource="false" compressThirdParityScripts="false">
<excludeTypes>
<add key="image/gif" />
<add key="image/jpeg" />
</excludeTypes>
<excludePaths>
<!--<add key="~/DontCompressMe.aspx" />-->
</excludePaths>
</CompressorSettings>
</Miron.web>
<system.webServer>
<handlers>
<add name="JsHandler" verb="*" path="jslib.axd" type="Miron.Web.MbCompression.JavaScriptCompressionHandler, MbCompression" preCondition="integratedMode" />
<add name="CssHandler" verb="*" path="css.axd" type="Miron.Web.MbCompression.CssCompressionHandler, MbCompression" preCondition="integratedMode" />
<add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" />
<add name="Telerik_Web_UI_SpellCheckHandler_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" />
<add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
<add name="Telerik.RadUploadProgressHandler.ashx_*" path="Telerik.RadUploadProgressHandler.ashx" verb="*" type="Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI" preCondition="integratedMode" />
</handlers>
<validation validateIntegratedModeConfiguration="false" />
        <rewrite>
            <rules>
                <rule name="URL">
                    <match url="page/([0-9]+)" />
                    <action type="Rewrite" url="/?pageid={R:1}" />
                </rule>
            </rules>
        </rewrite>

</system.webServer>
</configuration>

Boyan Dimitrov
Telerik team
 answered on 02 Oct 2013
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?