Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
140 views
Hi everyone,

I wanted to know if the telerik controls (particularly text editor) are fully compatible with iPhone Safari browser. If yes, then which version is the recommended one to use. If no, then can we expect a support for that in near future?

Thanks and Regards,
Ali.
Shinu
Top achievements
Rank 2
 answered on 20 Aug 2008
2 answers
292 views
Hi,

When opening my RadWindow I use add_close() to add a closing function it. However, it seems that executing add_close() multiple times (when opening the window several times) makes the closing function also execute multiple times. Is there a way to clear the closing functions?

Regards,
Sjur
Jørgen
Top achievements
Rank 1
 answered on 20 Aug 2008
1 answer
152 views
Hi

I am using Telerik controls 2008 Q2.

Our website is built with a frameset that has frames (menu, content page, etc).

The content page frame always holds our page.

Unfortunately when using...

    GetRadWindow().BrowserWindow.CalledFn();

It goes to the top frameset and there seems to be no way to access the content frame calling page (when trying to do so it always points to the RadWindow).

As a work-a-round I noticed that GetRadWindow().Top is never being used. So I am currently setting this to the content page, and now my RadWindow can call Javascript functions by:

    GetRadWindow().Top.CalledFn();


My question is, is this safe? I.e could Telerik one day remove/use this Top parameter in the future and therefore destroy my functionality?

If there is a preferred way please let me know.


Kind regards

Mark Eaton
Georgi Tunev
Telerik team
 answered on 20 Aug 2008
1 answer
291 views
Hello again,

The first order of business when using rad grid was binding it to an SqlDataSource.
After Read/Learning the examples (which used a custom data source called "SessionDataSource"), i've set to work.
Setting the select command to a sp/fn was easy enough.
When i tried to set a sp for the update command, there were always problems issued from the amount of parameters (even if the datasource created them itself after i configured it to the relevent sp).
After a few broken keyboards :) i changed the select command to CommandText, and executed the sp thus:
Exec sp @sp_param1 = @grid_param1....
Finally it worked.

Be advised, after looking through relevent threads, i noticed some suggested one should use an event to pull the data from the grid and run a sql command to update.
Is it really the best way to do it? The relevent examples showed using the editedItem.Controls as the source of data, but this might cause errored type casting of controls.

I'd appreciate any reply. I'd like to improve the current setting, although it works fine...
Yavor
Telerik team
 answered on 20 Aug 2008
2 answers
107 views

That is my oode. first  we can see just one item is expand. now you can click "start"
then click "contentmanager"   we can see two items are expand.
How can i  fix? I was try to add click event, but i can't collapse the last expandItem
 <telerik:radpanelbar id="RadPanelBar1"  runat="server" 
                    width="180px" skin="Web20" enableembeddedskins="False"   
                    expandmode="SingleExpandedItem">  
                    <CollapseAnimation Type="None" Duration="100"></CollapseAnimation> 
                    <Items> 
                        <telerik:RadPanelItem Text="Start" Target="Main" NavigateUrl="Home.aspx">  
                        </telerik:RadPanelItem> 
                        <telerik:RadPanelItem runat="server" Text="Productmanager" Enabled="true" Expanded="true">  
                            <Items> 
                                <telerik:RadPanelItem Target="Main" runat="server" Value="1" Text="Producten beheren" 
                                    NavigateUrl="aaa1.aspx">  
                                </telerik:RadPanelItem> 
                                <telerik:RadPanelItem Target="Main" runat="server" Value="1" Text="Producten aanmaken" 
                                    NavigateUrl="aaa2.aspx">  
                                </telerik:RadPanelItem> 
                                <telerik:RadPanelItem Target="Main" runat="server" Value="6" Text="Producten importeren" 
                                    NavigateUrl="aaa3.aspx">  
                                </telerik:RadPanelItem> 
                                <telerik:RadPanelItem Target="Main" runat="server" Value="3" Text="Product attributen" 
                                    NavigateUrl="aaa5.aspx">  
                                </telerik:RadPanelItem> 
                            </Items> 
                        </telerik:RadPanelItem> 
                        <telerik:RadPanelItem runat="server" Text="Ordermanager">  
                            <Items> 
                                <telerik:RadPanelItem Target="Main" runat="server" Value="35" Text="Orders vandaag" 
                                    NavigateUrl="~/xxx1.aspx">  
                                </telerik:RadPanelItem> 
                                <telerik:RadPanelItem Target="Main" runat="server" Value="43" Text="Order rapportage" 
                                    NavigateUrl="~/xxx2.aspx">  
                                </telerik:RadPanelItem> 
                                <telerik:RadPanelItem Target="Main" runat="server" Value="41" Text="Klantgegevens exporteren" 
                                    NavigateUrl="~/xxx3.aspx> 
                                </telerik:RadPanelItem> 
                            </Items> 
                        </telerik:RadPanelItem> 
                        <telerik:RadPanelItem runat="server" Text="Contentmanager">  
                            <Items> 
                                <telerik:RadPanelItem Target="Main" runat="server" Value="0" Text="Categorie&euml;n beheren" 
                                    NavigateUrl="xxx4.aspx">  
                                </telerik:RadPanelItem> 
                                 
                            </Items> 
                        </telerik:RadPanelItem> 
                        <telerik:RadPanelItem runat="server" Target="Main" Value="33" Text="Reviewmanager" 
                            NavigateUrl="xxx5.aspx">  
                        </telerik:RadPanelItem> 
                        <telerik:RadPanelItem Value="21" runat="server" Text="Statistiekmanager">  
                            <Items> 
                                <telerik:RadPanelItem Target="Main" runat="server" Text="Samenvatting" NavigateUrl="~/xxxx6.aspx">  
                                </telerik:RadPanelItem> 
                      
                            </Items> 
                        </telerik:RadPanelItem> 
                    </Items> 
                    <ExpandAnimation Type="None" Duration="100"></ExpandAnimation> 
                </telerik:radpanelbar> 

binbin
Top achievements
Rank 1
 answered on 20 Aug 2008
1 answer
90 views
hello
i am having a menu which is at the top of the page.also i have a grid(heirarchial)-rad inside the page .when i expanding the grid ,my menu gets moved.this happens when i scroll the page.how can i keep my menu static ? i dont want menu to move down when i scroll down.i am using the default2006 theme.where should i make change so that my menu will be static.?

Thanks In Advance For Replying :
reply expecting soon
Mathews Baby
Paul
Telerik team
 answered on 20 Aug 2008
1 answer
111 views
I was wondering if the Scheduler Control can produce a result similar to the following?

TimeLine Image

If so, any code examples would be appreciated.

Glenn.

Alex Gyoshev
Telerik team
 answered on 20 Aug 2008
1 answer
143 views
Hi, I work almost exclusively with DNN and would like to use the Toolbar but I'm seeing that some controls that I put in the toolbar item template are not rendering correctly (e.g. colorpicker and checkbox).

I verified that the templated controls DO render correctly when the toolbar is on a page (aspx).

Any idea of the cause?

Thanks, Rodney

Peter
Telerik team
 answered on 20 Aug 2008
1 answer
78 views

Hi guys,
I 've experienced a cross browser issue with the radcombo control.
On Safari (v. 3.1.2) the combo displays stretched out when white-space:nowrap is used.
IE (including slim browser) ans Firefox displays the following code correctly but Safari doesn't.

<%

@ Page Language="VB" %>

<%

@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="Telerik" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<

script runat="server">

</

script>

<

html xmlns="http://www.w3.org/1999/xhtml">

<

head runat="server">

<title>Untitled Page</title>

</

head>

<

body>

<form id="form1" runat="server">

<asp:ScriptManager id="ScriptManager1" runat="server"></asp:ScriptManager>

<div>

<table style="width:100%">

<tr>

<td style="white-space:nowrap;">

<Telerik:RadComboBox id="coPagesDDS" runat="server" width="100px" >

<Items>

<Telerik:RadComboBoxItem runat="server" Text="1" Value="1" Selected="True"/>

<Telerik:RadComboBoxItem runat="server" Text="2" Value="2" />

</Items>

<CollapseAnimation Duration="200" Type="OutQuint" />

</Telerik:RadComboBox>

</td>

</tr>

</table>

</div>

 </form>

</

body>

</

html>

 Any advice?

Thank you in advance,
dk

Helen
Telerik team
 answered on 20 Aug 2008
2 answers
103 views
Hi

When set the width in the columns don't make change

i set width in :
header
footer
item

but i don't see any change.


Ruben Herrera
Bruno
Top achievements
Rank 2
 answered on 20 Aug 2008
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?