Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
97 views
Hi,
      I am dynamically generating dock windows.  I have a asp:button on the rad dock and whenever i click on it the dock window disappears. I know it is happening because of a postback but please could you provide me with a solution to get over this issue. I have tried using an update panel but it raises a java script error maybe because i am  other ajax settings . Please provide me with some feedback without using update panel.

Regards,
Ajit
Petko
Telerik team
 answered on 22 Jun 2009
1 answer
65 views
Hi,

we are a company that is currenly looking for purchasing a product that supports right to left and your framework is one of the best.

The selection criterion is to support complex user controls based interface.

We built the following sample : a web page containing a TabStrip that ajax-loads a component in a panel (we use AjaxManager). The contained component cointains a panel bar and an other panel that will contains also other controls.

The problem is that hierarchy works with the first level (tab strip, first panel) but not with the second level where the page seems to be mute (no reponse).

How can we achieve multi-level navigation system ?
Paul
Telerik team
 answered on 22 Jun 2009
3 answers
206 views
Hi all,
i use image manager as a stand-alone dialog, managed by RadDialogOpener object.

How to disable new folder button?
How to disable image editor?

Thanks in advance,
best regards

Flavio
Fit2Page
Top achievements
Rank 2
Bronze
Iron
Iron
 answered on 22 Jun 2009
2 answers
132 views
Hello
I've noticed a following bug in Internet Explorer 8:

scenario:
  1. my page contains RadGrid;
  2. after clicking a row in the grid popup window (RadWindow) is opened
  3. the popup contains a combo box
  4. move the popup to position where combobox from the popup overlays a clickable element (a row in RadGrid in this case) of parent page

when clicking several areas of combo box (especially right side of text displayed in combo box) we get a click on the element from the parent page (in this case we get a click on the RadGrid row)

this issue considers only Internet Explorer 8

this issue can be also reproduced on telerik examples site:
http://demos.telerik.com/aspnet-ajax/window/examples/dialogreturnvalue/defaultcs.aspx
please see screen:http://img221.imageshack.us/img221/1415/windowwithcomboie8.jpg



Rafał
Top achievements
Rank 1
 answered on 22 Jun 2009
2 answers
138 views
Hi,

I don't know if it is possible,
That's why I'm asking you ^^

I want to change the language of the Sceduler interface, I want to show it in French :
For example, on the Drag-And-Drop one (here),
I want to show "Aujourd'hui" instead of "today", "Jour" instead of "Day", "Semaine" instead of "Week", ...
And this also in the Insert, Update and Delete component

I'm not sure to be clear, so you can ask questions and I'm try to answer expressly
Thanks
MARQUES
Top achievements
Rank 1
 answered on 22 Jun 2009
4 answers
142 views
Wondering if anyone has suggestions for increasing the loading speed of a page I have.

It has over 50 fields. RadTextBoxes, NumerticTextBoxes, ComboBoxs, shared DatePickers..
And a Tab Control with controls on it.

In IE7 it seems to take them 20 seconds to load the page, where as another page using the Document Editor and RadTreeView only takes about 5 to 7 seconds.

In IE6 it loads faster then IE7, but then if they scroll down to the Tab Control they get an hour glass, and none of the fields load the data (whatever that means I haven't seen the issues yet in IE6)

So just wondering on general things I can do to speed up the page with all the Telerik controls all over it.

the total page size is about 650k. It was 850k, but then I dropped it down by switching to RadDatePicker and using a Shared Calendar and removing all the whitespace on the page using an httpmodule.

So at 650k page size a large pipe to the internet, it takes this user too long to load the page.  Vs the other pages that load in a bout 5secs.

There a way to cache things to the client when they log in? I'm thinking the speed problem is not the downloading of the page, but the processing of the page by IE to render the controls to the screen. How could I speed up that process?

Also, I should note, same page in FF takes 2 second lol. Unfortunately the clients are locked down to IE6 and IE7.

Doing a Trace, from Begin Render to End Render is 1.3secs, that normal?

Also have few comboboxes.
Fred
Top achievements
Rank 1
 answered on 22 Jun 2009
5 answers
139 views
Hi,
I searched the forum but I couldn't find any information for my problem. The problem is that: I have a dock zone with several docks inside. Through client script I update the content of one of the docks. But if the content is larger (longer text) than the old content a scroll bar appears inside the dock. What I want is to force the dock to resize itself in order the whole content to be visible. Is there any dock client method that can do this?
Best regards,
Ivan Pelovski
Ivan
Top achievements
Rank 1
 answered on 22 Jun 2009
1 answer
106 views
Hi,

   I have created a custom webpart using RAD chart and deployed it on to the Sharepoint server 2007 intranet site.I have safecontrolled the RADChart.Net2.dll

<SafeControl Assembly="RadChart.Net2, Version=3.1.2.0, Culture=neutral, PublicKeyToken=d14f3dcc8e3e8763" Namespace="Telerik.Charting" TypeName="*" Safe="True" />
      <SafeControl Assembly="RadChart.Net2, Version=3.1.2.0, Culture=neutral, PublicKeyToken=d14f3dcc8e3e8763" Namespace="Telerik.WebControls" TypeName="*" Safe="True" />

The RAD Chart is displaying fine when I Browse the site using the server credentials,but if i browse the site using a new credential of the user added as owner the chart is not being rendered.It is Showing the below error.

"RadChart can not find C:\Inetpub\wwwroot\wss\VirtualDirectories\20\Radcontrols\Chart\Image.aspx. For more information, please, refer to RadChart Help: Deployment Manual - Deploying r.a.d.chart"


I have placed the Radcontrols folder in the C:\Inetpub\wwwroot\wss\VirtualDirectories\20 and made the folder by removing webapplication  in the IISManager settings,still the chart is not being rendered.


Can you please help me in this issue ASAP.


Regards,
Sabitha
Vladimir Milev
Telerik team
 answered on 22 Jun 2009
1 answer
139 views
Hello.

We're using the RadEditor with a custom button that embeds the following markup in the HTML viewer:
<div id="mg_001"
  
<script type="text/javascript">swfobject.embedSWF("/upload/mediagallery/viewers/slideshow.swf", "mg_001", "452", "327", "8.0.0", "/upload/flash/expressInstall.swf", { gallery: "10", album: "1", item: "2"}, { menu: "false", wmode: "transparent" }, {});</script> 
</div> 
 

The insert works fine.  However, after inserting, when you select the HTML view, it looks like it tries to execute the script tags in the code that we embedded... it fails because it cannot find the externally referenced js file that defines the swfobject which in turn leaves that variable set to null.  Including the external JS file that houses the script on the page that the editor is on makes no difference, nor does embedding the external reference in the html content above.  The quircky part of this, is that if you LOAD the editor with this code already inserted, and switch to the HTML view, the issue does not occur... it's only when adding it to an existing editor.  I hope this makes sense.

We need to be able to use the script tags in this code.  We have AllowScripts and EnableEmbeddedScripts both set to true, with again no impact on this issue.  This is using Q1 controls, with the latest SP, windows vista .net 3.5.

Is there a way to stop the editor from trying to execute the script when swithing into the HTML view?

Thanks,
Marty
Lini
Telerik team
 answered on 22 Jun 2009
4 answers
136 views
i have this code that i cant get to run it calls a server-side function i have in the script manager EnablePageMethods set to true so is there a reason that it wouldnt work
<script type="text/javascript">  
        function RowSelected(sender, args)   
        {    
            var dataKeyValue = args.getDataKeyValue("Engineer");  
            document.getElementById("txtEngineer").value = dataKeyValue;  
        }  
    </script> 

thanks for your help on this
Iana Tsolova
Telerik team
 answered on 22 Jun 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
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
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?