Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
186 views
Does RADEditor support copying a picture (I.e from Word) and then pasting it into a the editor, without saving it?

Thanks
Rumen
Telerik team
 answered on 27 Jan 2009
1 answer
123 views
Hello Everybody,

it's nice to see that the editor is able to save relative URLs in a hyperlink. This makes content deployment much easier. But i got another problem when deploying a web to another zone. I use the export/import functionality to export a web at our site and import it to another site under DIFFERENT NAME! Sharepoint is smart enough to recognize this in hyperlink-webparts and images and changes the URL to the new web- and sub-webname. With the Editor Lite i had no luck: the URLs are not touched in the import-process. Is the a way to make the this happen or does anybody have an idea how to change this URL after the import. I tried with the sharepoint object model but couldn't find a way to change the content in a web part by code. I don't like the idea to make changes at database-level.

Thanks, Axel
Stanimir
Telerik team
 answered on 27 Jan 2009
1 answer
214 views
How can I apply a tooltip to a Listbox item..

Thank you in advance..

Svetlina Anati
Telerik team
 answered on 27 Jan 2009
2 answers
239 views
I was curious how to make the date picker show two months, the previous month and the current month. Any insight would be greatly appreciated.
Pavlina
Telerik team
 answered on 27 Jan 2009
3 answers
135 views
Hi,

For development reason, i choose to use Rad Editor (Ajax control) for my Sharepoint webpart project

Here is short description of the way I did
-Put Rad Editor inside a user control
-Use user control as a web part
.
In the display, here is what i got
- when put the control in a normal aspx page (testing) : Display fine
- when display as webpart in sharepoint , Firefox shows the correct layout but IE doesn't
The capture of IE layout can be view at Rad Editor Capture 

Any solution or fixes?

Thanks for reading my post .

Regards,



Martin
Telerik team
 answered on 27 Jan 2009
3 answers
143 views

I was using Iframe to load my reports and I was able to call a function when the report gets loaded. I have menu items for each reports and the new reports gets loaded in iframe. Our reports are very huge and takes time even before we see the new repots gets loaded in iframe.
 
<iframe frameborder="0" scrolling="no" marginwidth="0" marginheight="0" align="left"  id="ReportFrame" onload="stopAnimation()" ></iframe>

Now I am using RadPane to generate two reports side by side. I am setting , but there is no way for me to know
 
<telerik:RadSplitter id="RadSplitter1" runat="server" width="100%" height="800" Orientation="Vertical">  
<telerik:RadPane id="LeftPanel" runat="server">
</telerik:RadPane>
<telerik:RadSplitBar id="RadSplitBar1" runat="server" collapsemode="Both"></telerik:RadSplitBar>
<telerik:RadPane id="RightPanel" runat="server">
</telerik:RadPane>
</telerik:RadSplitter>

<script type="text/javascript">
function renderReport(url) {

var splitter = $find("<%= RadSplitter1.ClientID %>"); 
var vLeftPanel = splitter.getPaneById("LeftPanel");
var vRightPanel = splitter.getPaneById("RightPanel"); 
 
vLeftPanel.set_contentUrl(url);
vRightPanel.set_contentUrl(url);
setTimeout('stopAnimation()', 1000);
}

function stopAnimation() {
var splitter = $find("<%= RadSplitter1.ClientID %>");
var vRightPanel = splitter.getPaneById("RightPanel");
if (vRightPanel.isExternalContent()) {
var silverlightObject = document.getElementById("ReportSilverlightControl"); silverlightObject.content.SilverlightJSCaller.StopLoadingAnimation();
return;
}
else {
setTimeout(
'stopAnimation()', 1000);
}
}

isExternalContent() returns true soon after the url is set and not when the page is loaded. There is no way for me to know when the RadFrame has started loading the way I used to do for IFrame.

Can someone please helpme in knowing how can I get this working.

Svetlina Anati
Telerik team
 answered on 27 Jan 2009
4 answers
146 views
Is it possible to use the sprites with a grid column such as a GridButtonColumn and if so could you post a code example to show how this could be done.  I was not able to find an example in the documentation for this situation.

Thanks
Dimo
Telerik team
 answered on 27 Jan 2009
1 answer
184 views
Hello Telerik,

We have an issue of Themes, where unwanted css files also gets dwonloaded.

Following is the scenario:
1) Apply a theme to a page say Default. Set a grid and a menu control on that page. Set the skin of these controls to Default and also set EnableEmbeddedSkins to false. Make sure, the Grid.Default.css and Menu.Default.css are present in App_Themes\Default folder. Now, when this page is rendered, css gets linked to the page.
2) Now take another page. Add no rad controls to this page. Just apply the Theme to this page. Now, when the page is rendered, all the css files in the App_Themes\Default folder gets linked to this page. This is causing unnecessary download of css file making the page heavy.

Is there any workaround for this? Since we are using Themes in our application, we had to use this kind of senario.
Urgently awaiting for your reply.
Thanks.
Paul
Telerik team
 answered on 27 Jan 2009
1 answer
95 views

Hi,

We have problems in loosing the text that is typed in a textbox of a radgrid as a result of sorting the grid (by the
standard column header links). The textbox is in the ItemTemplate of a GridTemplateColumn, and the contents
of the text box is not (due to various reasons) directly bound to a datasource. Product is Q3 2008.

We have tried setting in MasterTableView both the EnableColumnsViewState="true" EnableViewState="true",
but this did not resolve anything. Also, we have confirmed that the viewstate of the textbox is true
during the ItemDataBound (by doing the FindControl....), which is kicked in when the sorting links are clicked.

Grid is ajaxed with a RadAjaxManager.

Can anyone please shed some light on this and how to resolve this? Thanks.

Iana Tsolova
Telerik team
 answered on 27 Jan 2009
1 answer
102 views
Hello,

My VS2008 editior displays wiggly lines below some of the property declarations of Telerik controls.
<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">  
    <AjaxSettings>  
        <telerik:AjaxSetting AjaxControlID="btnSubmit"
         ...... 

It says the properties like ID and AjaxControlID name contains uppercase characters which is not allowed.

Are these property names case sensitive

Thanks
Nikolay Rusev
Telerik team
 answered on 27 Jan 2009
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?