Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
610 views

I am creating a radtreeview context menu with an item 'Open link in new tab'.

I have created a context menu server side and assigned it to all nodes, but problem is I need to set the NavigateURL property of the context menu and this is different for every node.

I tried using the OnClientContextMenuItemClicked and then tried using Window.Open in the javascript function:

function

ContextMenuClicked(sender, args) {

  window.open(args._node._properties._data.value,

'_blank');

}
This function get the value property of the treeview node where the URL is stored, but unfortuanetely this doesn't work because it is stopped by the IE popup blocker.

I suppose I could create a unique context menu for every single node - but there might be hundreds of nodes and I worry this would make things slow.

Please can you think of a way I can solve this problem?

Many thanks for your help

 

richard
Top achievements
Rank 1
 answered on 03 Jan 2012
3 answers
83 views
Hi!...
some days ago, telerik send me a solution for show slidepane on the right opent to Bottom.
This works perfectlly in FF but no in IE.

In FF:






in IE:




How I can Fix this?
Thanks!
Dobromir
Telerik team
 answered on 03 Jan 2012
3 answers
75 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
79 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
118 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
461 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
68 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
190 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
37 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
37 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?