Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
117 views
Hi,
i started to develop a booking system health for Italy MarketPlace. According to doctor's agenda, i've to display only some days in a week (the days configurated in the diary configuration), in addition to i've to use different interval (calling section) between morning and afternoon, i.e. i've to display an appointment 20 minutes length in the morning and an appointment 30 minutes length in the afternoon.
Could It's possible to do tthis using RadScheduler??
Sorry in advance for my poor English.
Boyan Dimitrov
Telerik team
 answered on 27 Sep 2014
2 answers
252 views
Hi,

Here's the problematic situation. I've got a very simple UL list in a RadToolTip. In IE8, the list bullets do not appear until I move my cursor over the tooltip. No CSS is applied to the tooltip or list.

Attached are two images: initial rendering (before the mouse hovers the tooltip) and after.

In classic MS way, the problem is only with IE8. Firefox, Safari and Chrome appear to behave correctly.

   <asp:Button ID="btnTooltip" runat="server" Text="ToolTip" /> 
   <telerik:RadToolTip ID="RadToolTip1" runat="server" TargetControlID="btnTooltip"
      <ul> 
         <li>item 1</li> 
         <li>item 2</li> 
         <li>item 3</li> 
      </ul> 
   </telerik:RadToolTip> 

Can you please provide a fix or workaround?

Thanks,

dstj.
using version 2009.3.1103.35
Gaston
Top achievements
Rank 1
 answered on 26 Sep 2014
3 answers
314 views
Hi,

I am formatting a column ( Amount) based on another column ( Flag). I want to hide the column 'Flag' in grid PreRender. Can someone help me on how to achieve it?

Thanks in advance.
ts
Top achievements
Rank 1
 answered on 26 Sep 2014
2 answers
135 views
Hi

I seem to have hit a problem using the RadEditor in Chrome. When I try to use the RadEditor within a JDash editor window the RadEditor becomes completely unresponsive. I can click the buttons in the toolbar but I can cannot add text and the bottom three buttons (Design/HTML/Preview) also do not appear. When I investigated any potential errors within Chome I saw the following error:

Uncaught InvalidAccessError: Failed to execute 'setTimeout' on 'Window': No script context is available in which to execute the script.

Additionally, when I click on the RadEditor a few times I receive a blue window from Chrome stating that something went wrong while displaying the webpage and that I should reload. This does not happen when the RadEditor is on the page.

Yet strangely, the RadEditor works perfectly in Internet Explorer. Does anyone have a possible solution?

Thanks!

Danail Vasilev
Telerik team
 answered on 26 Sep 2014
1 answer
109 views
In our current version (currently 2 version behind current)  of the RADAjax editor, we are getting request from customers that when trying to change the boarders for all cells in a table is not intuitive.
Today the need to:
- Select the table
- Select table properties
- Cell properties
- Select all the cells
- Select Style Builder and set the boarders.

Is there a way to simplify this to say cell properties or boarder properties for the cells in a single button or option?
Marin Bratanov
Telerik team
 answered on 26 Sep 2014
1 answer
137 views
I have a raddocklayout with 2 docking zone. When i drag a usercontrol in one zone i dynamically create a dock and append usercontrol in it. This work very well but in the user control I have a radcombobox and a radgrid. My problem is when i change value in my radcombobox, all the radlayout is refresh. I don't want it. I want only refresh my grid. Is it possible to do this ?
Slav
Telerik team
 answered on 26 Sep 2014
1 answer
122 views
Hello Telerik Team,

We have used the UI for ASP.NET AJAX Telerik toolkit in our application. Recently we have upgraded the Telerik version from older version “2012.2.724.35” to the new version “2014.2.724.45”. After upgrading the Telerik version we are facing some functionality issues. We need your help on identifying the fix for following mentioned issue. 

Following is the issue which we are facing after upgrading Telerik Version to “2014.2.724.45” i.e. UI for ASP.NET AJAX Q2 2014:

Issue: Basically the issue is, we have used a Telerik combobox and on its OnClientDropDownOpening="OnClientDropDownOpenedHandler" event, we have written a JavaScript function which will scroll the vertical scroll bar of that combobox at the top every time we will open that combobox for the first time. Now before upgrading the Telerik version to “2014.2.724.45” our JavaScript function used to work properly and it returned the object with proper data. Please refer the attach image "BeforeTelerikUpgrade.png"

Now, after upgrading the Telerik version to “2014.2.724.45” the same JavaScript function that we have written on the OnClientDropDownOpening="OnClientDropDownOpenedHandler" does not return the proper result. Please refer the attach image "AfterTelerikUpgrade.png".

Just to let you know we haven’t done any code changes to the JavaScript function after upgrading the telerik version. We are using IE7 document mode for our website. Also after upgrading the Telerik version to “2014.2.724.45” whenever we scroll the vertical scroll bar of that combobox then it forcefully goes at the top and starts flickering which did not used to happen before we have upgraded the Telerik version.

Please can anyone help us to identify the fix for this problem? Is this the issue related to the upgraded Telerik version“2014.2.724.45”? And is there any other workaround to resolve this issue without breaking our existing functionality where when we click on the combobox then the vertical scroll bar will remain at the top position?

Thanks,
Riz
Plamen
Telerik team
 answered on 26 Sep 2014
1 answer
117 views
The option to view source in the browser shows source for the parent window. How to view the source for a radwindow?
Marin Bratanov
Telerik team
 answered on 26 Sep 2014
1 answer
171 views
I have a Radwindow like this:
<telerik:RadWindowManager ID="ImportRadWindowManager" runat="server" >
<Windows>
<telerik:RadWindow runat="server" ID="ImportRadWindow" EnableShadow="true" Width="400px" Height="210px" Modal="true">
<ContentTemplate>
<div style="text-align: center;margin:15px">

<telerik:RadAsyncUpload ID="PriorRadAsyncUpload" runat="server" Width="220px" Style="margin-bottom: 0px" MaxFileInputsCount="1" ValidateRequestMode="Enabled" AllowedFileExtensions=".CSV,.EX1" InputSize="37" TemporaryFileExpiration="10.00:00:00" OnFileUploaded="PriorRadAsyncUpload_OnFileUploaded">
</telerik:RadAsyncUpload>
<span style="margin: 0px; padding: 0px; font-size: 11px; color: #808080; font-style: italic; font-family: Arial, Helvetica, sans-serif; font-size:8pt;" >Select files to upload (.CSV,.EX* ) </span><br/>
<asp:CustomValidator runat="server" ID="CustomValidator" ClientValidationFunction="validateUpload" ErrorMessage="Error" />
<telerik:RadButton ID="btnUploadRadButton" CausesValidation="true" runat="server" Text="Import" OnClick="btnUploadRadButton_OnClick"></telerik:RadButton>
<telerik:RadButton ID="btnCancelRadButton" runat="server" Text="Cancel" OnClick="btnCancelRadButton_OnClick"></telerik:RadButton>

</div>
</ContentTemplate>
</telerik:RadWindow></Windows>
</telerik:RadWindowManager>

When I click on the yes delete button the parent page gets postback. when the postback happens the radwindow gets closed. I need to validate the AsyncUpload inside the radwindow. Would you please help me?
Marin Bratanov
Telerik team
 answered on 26 Sep 2014
6 answers
237 views

Hi,

I want to create a simple upload mechanism to Azure. I want to have a text field whre the user will enter some text and that text will became the folder name in Azure storage for that upload.



How it would be recomended to do?



Hristo Valyavicharski
Telerik team
 answered on 26 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?