Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
69 views
In Firefox, any/all absolutely elements, background is always white when editing. See below example. Is there a way to override this behavior so that the element's background is preserved, especially in the case of transaparent?

<div style="background-color:silver;height:300px;width:300px;padding:20px;">
  <div style="position:absolute;height:200px;width:200pxcolor:white;">
    Hello World
  </div>
</div>

In a RadEditor, when you click on the words Hello World to edit them the editable area background becomes white thus the white words become unreadable. I would like the editable area to remain transparent so the silver color shows as the background. Is this possible? 

Rumen
Telerik team
 answered on 03 Jan 2012
3 answers
70 views
When a Rad Window appears, the entire page reloads. That should not happen. 
This is happening for all Rad Windows
Richard
Top achievements
Rank 1
 answered on 03 Jan 2012
1 answer
84 views
Hi,
Is there a way to do the following:
a. color the day in Timeline view, we wanted to color blue if it is a public holiday for that day
b. Freeze the Date header in timeline view, we wanted to freeze the Date row when we want to scroll bottom. Our RADSchedule is very long thus user unable to see the Date header.

Thanks.

Regards,
CH
Ivana
Telerik team
 answered on 03 Jan 2012
7 answers
422 views
Hi,

I have a  RadTabStrip and a RadMultiPage in my MainPage.aspx. 
And i am loading the PageView from code behind .
PageView1.ContentUrl =  url;

 <telerik:RadTabStrip ID="RadTabStrip1" SelectedIndex="0" runat="server"                
       MultiPageID="RadMultiPage1" Orientation="VerticalLeft" ontabclick="RadTabStrip1_TabClick">                
  </telerik:RadTabStrip>   
    <telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" Height="800" Width="800"  
         <telerik:RadPageView  ID="PageView1" runat="server">                
         </telerik:RadPageView>                  
 </telerik:RadMultiPage>

Upon the click of "Save" button in webform (contenturl) , i have to rebind the Tabstrip .

There seems to be no event which triggers the radtabstrip binding event in my MainPage.aspx.

Let me know if there anything available to fix this.

Thanks,
Mani
Dimitar Terziev
Telerik team
 answered on 03 Jan 2012
1 answer
40 views
Hi,
We have a huge or scollable RADSchedule and we have users that different resolution of the computer screen.
when user scroll to end of the calender and click on the pop up, they cannot usually unable to find the pop up for the new appointment at it is at the central of the screen, they have to scroll all the way up just to fill in the new appointment.

is there any way base on the current scroll location and show the appointment?

thank you.

Regards,
CH
Plamen
Telerik team
 answered on 03 Jan 2012
3 answers
166 views
Hi All,

I am using the latest version of Telerik controls & when I trying to upload the file though Image Manger. it giving the below error.

Web.config registration missing!
 The Telerik dialogs require a HttpHandler registration in the web.config file. Please, use the control's Smart Tag to add the handler automatically, or see the help for more information: Controls > RadEditor > Dialogs > Introduction.


I have go through the following suggestion over foroum.
1. Put the custom handler under <httphandler> tag  <add path="Telerik.Web.UI.DialogHandler.axd" verb="*"  type="Telerik.Web.UI.DialogHandler,
           Telerik.Web.UI,Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />

2. Check the websense over the server. But that is not an issue.
3.  I have also increase the maxrequestlength to "2000000".

But it still not working. Can you suggest me what the reason behind it. Below is my code snipet
  <telerik:RadEditor  Width="98%" Height="825px" AutoResizeHeight="true" runat="server"  editable="true" haspermission="false"
                MaxFileSize=""
                ID="Editor" ContentAreaCssFile="~/RadEditor.css" OnClientSelectionChange="Editor_ClientSelectionChange" 
                  DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd"
                TableLayoutCssFile="~/styleFB.css" AllowScripts="True" ToolsWidth="1px">
                <ImageManager MaxUploadFileSize="2147483647" />
                <DocumentManager MaxUploadFileSize="2147483647" />
                <Content></Content>
</telerik:RadEditor>

Thanks in advance.

Note : But when I tried to upload in local machine in debug mode it giving me no error.

Thanks
Alec
Rumen
Telerik team
 answered on 03 Jan 2012
1 answer
30 views
I see from my product list page that there is a new version of the ASP.NET AJAX library available. I am a little bit confused on the upgrade process though. The download page refers to a trial version in a couple of places. Is this just because the same page is used for existing Telerik customers to upgrade and for prospective customers to download a free trial?
Shinu
Top achievements
Rank 2
 answered on 03 Jan 2012
1 answer
30 views
Hi,
I have rad grid and binding data to that on page load and paging is on. By default it is displaying page 1 of grid. I want to set page no pro-grammatically. For example there is  a button and on click of that page 2 will display and button is outside the grid. Thanks in advance....
Princy
Top achievements
Rank 2
 answered on 03 Jan 2012
3 answers
111 views
Hi,

I want to show content of two rad editors (both are on the same page) in a radwindow (on same page) on a button click using javascript.
Can you please help me in this regard?

A code sample will be a great help.

Also when I am showing content of a control in radwinow. It is working fine on first click (showing correct content). When I close the rad window and again click on the same button, it opens the rad window but this time it comes blank. No content is shown in radwindow.


Can you please help me in this.
Slav
Telerik team
 answered on 03 Jan 2012
2 answers
106 views
HI All,

I am getting the below error in MCMS tool when I am editing or creating the page( I am using the custom page template). Can you please help in resolving the issue ?

Object reference not set to an instance of an object.

Description:

An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.] 
Telerik.WebControls.RadEditorPlaceHolderControl.SetPrenavigatedResourceGallery(String dialog, ResourceGallery defaultResourceGallery) +60
Telerik.WebControls.RadEditorPlaceHolderControl.SetPrenavigatedParameters() +25
Telerik.WebControls.RadEditorPlaceHolderControl.AddSpecialToolParameters() +41
Telerik.WebControls.RadEditorPlaceHolderControl.OnPreRender(EventArgs e) +552
System.Web.UI.Control.PreRenderRecursiveInternal() +80
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842

Thanks,
Naveen T
Naveen
Top achievements
Rank 1
 answered on 03 Jan 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?