Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
97 views
I've got a RadTooltip that displays a webusercontrol.  Inside that websusercontrol, I have another RadToolTip. 

The first RadTooltip opens fine.  But when I click on the button that opens the RadToolTip in the Webusercontrol, everything closes.

Any advice?

Vince
Svetlina Anati
Telerik team
 answered on 04 May 2009
1 answer
55 views
Hi ,

I have recently upgraded the telerick web ui dll from 2008.1.515.20 version to 2009.1.402.20 to use the Hierarchical grid with templates.

I am using Telerik in a DNN module , aftter i have copied the new dll , i find that all the calandar controls are missing the 'Calander Popup Icon' , did any one face this issue , any resolution?

Thanks and Regards,
Raja Tirumala Rao Guna.
Dimo
Telerik team
 answered on 04 May 2009
1 answer
85 views
Hi,

We are working on a DNN development project and tried to implement the RadGrid Control.
DNN version : 4.9.3
Telerik Dll : 2009 Q1

We ensure some problems with this options grids :
- Filters are working well on the first load page, but after applying a filter on a column, they did not work anymore (the filter list with all the filters options doesn't appear anymore).
- Same way with a grid using the Grouping option by Drag&Drop : After drag a first column in the grouping area, there is no way to Add/remove elements in the grouping zone...

We have test it under IE7 and FF3.0.9 on 2 differnt computers.

We just found that after applying a first filter or grouping column, there is an Javascript error of this kind:
$find("dnn_ctr519_Store_ctl00_ctl00_RadGridProducts") is null<br>[Break on this error] $find("dnn_ctr519_Store_ctl00_ct...ucts_ctl00""ModelReferenceML", event); 
An other one :
$find("dnn_ctr372_Store_ctl00_ctl00_RadGridProducts") has no properties 

Others options like Paging or Ordering are working well, and not only on first load.

Could anyone can help us ?
Thx a lot by advance.
Sebastian
Telerik team
 answered on 04 May 2009
1 answer
70 views
Hi,

By turning on the default pagination, I get a drop down list box for page size which contains the values 10, 20 and 50. After a couple of requests (drop down list box - page size change event), I get the records rendered correctly as per the specified page size, but the values inside the list box as if get corrupted - they show some special charaters. Also the vertical and horizontal scroll bars start appearing inside the drop down list box pull down menu.

Can you please provide me with an urgent help?

Thanks,
Jyoti
Dimo
Telerik team
 answered on 04 May 2009
1 answer
139 views
While using a RadTextBox, if a user has a very large amount to text, the text box hags the browser and maxes out the processor.

Example:
http://demos.telerik.com/aspnet-ajax/input/examples/common/orderform/defaultcs.aspx

Copy and Paste text from this file:

http://www.microsoftboy.com/downloads/HugeText.zip


Expanded File Size: 222 KB (228,152 bytes)
218, 183 characters with spaces.
7,201 lines
10, 753 words.


Skin Setting:
<telerik:RadTextBox runat="server" Skin="Office2007" Width="400px"
                FocusedStyle-BackColor="#e0f4f6">
</telerik:RadTextBox>

Definition:
<telerik:RadTextBox Width="600px" Height="450px" runat="server" ID="txtFormatTemplateContent"
ReadOnly="False" TextMode="multiLine" Text='<%# Bind("xslContent") %>' style="position: relative" ></telerik:RadTextBox></td>
                                           

******************************
//Added asp.net textbox to see if it had any performance issues and it did not.
<asp:TextBox BackColor="green" ID="txtFormatTemplateContent2"   Width="600px" Height="450px" runat="server" ReadOnly="false" TextMode="multiLine"
                                            style="position: relative" Text='<%# Bind("xslContent") %>'></asp:TextBox>
*******************************

Pavel
Telerik team
 answered on 04 May 2009
2 answers
164 views
Hello,

I'm building a web page that is similar to the Telerik Treeview Drag and Drop demo that's located here, http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/draganddropnodes/defaultcs.aspx.

You can drag and drop nodes from the RadTreeView1 to RadTreeView2 and vice versa which is very slick.  My issue is that I want the top-most node to be "frozen".  So, you can't drag and drop the top-most node and all it's child nodes.  But, I still want to drop nodes on the top-most nodes and drag and drop any of the child nodes.

I tried to implement it using a disabled node for the top-most node, but then it won't let me drop nodes on it.  And if I leave it unfrozen, then you can move that top-mode node to the other treeview...which works.  But that leaves one treeview empty and the other full, and you can't drop anything on the empty treeview.  (You can duplicate this on your demo treeview by dragging the top-most node, Personal Folders, from one RadTreeView to the other.)

Is there any easy way to implement this?

Mike

Mike Philbrick
Top achievements
Rank 1
 answered on 04 May 2009
1 answer
89 views
HI

    Here we have problem with javascript funtion call page side link button.
we have requirement call  page lnkButton call from user control with javascript .

if any one  know resolve the issue ASAP

Thx 
Serrin
Top achievements
Rank 1
 answered on 04 May 2009
3 answers
78 views
Hi,
    I am trying to find a sample code which deals with exporting Hierarchal RadGrid. Can anybody point me in right direction how to achieve this goal?

Thanks
Saqib
Pavlina
Telerik team
 answered on 04 May 2009
14 answers
401 views
I am implementing a cardview solution which displays a list of custom objects in a datalist like structure. I use a global ItemTemplate which contains no padding. However, it appears that the grid (perhaps because of the the "Hay" skin), is inserting padding and/or margin in between items. Is there a way to eliminate this without creating a custom skin?

My
<telerik:RadGrid ID="rgResults"                
                                runat="server"   
                                GridLines="None"   
                                AllowPaging="True"   
                                AllowSorting="False" 
                                PageSize="10" 
                                ShowHeader="False" 
                                Skin="Hay" 
                                Width="500px" 
                                  
                        > 
                            <PagerStyle Mode="NextPrevAndNumeric" /> 
                            <MasterTableView TableLayout="Fixed">  
                                <ItemTemplate> 
                                    a user control which renders the data item                                </ItemTemplate> 
                                <NoRecordsTemplate><div class="Alert" style="padding:5px;">Your search returned <strong>0</strong> results. Please modify the search parameters and try again.</div></NoRecordsTemplate>  
                            </MasterTableView> 
                              
                        </telerik:RadGrid> 
markup is:

Dimo
Telerik team
 answered on 04 May 2009
3 answers
246 views

I use Telerik RadControls for Ajax 2008 Q3.

I have a user control with code something like this:

<%

@ Control Language="C#" AutoEventWireup="true" CodeBehind="SettingsDisplay.ascx.cs" Inherits="TA2009.Web.Controls.SettingsDisplay" %>

<telerik:radformdecorator id="FormDecorator1" runat="server" decoratedcontrols="CheckBoxes" />
<telerik:radformdecorator id="FormDecorator2" runat="server" decoratedcontrols="RadioButtons" />

 

<table cellSpacing=1 cellPadding=1 width="100%" border=0 class="formTable">
<tr><td><asp:Label runat="server" ID="Label1" Text="Text" /></td>
<td><asp:RadioButtonList ID="rblstTotalTimeFormat" runat="server" SkinID="FormRadio" /></td>
</tr>
<tr><td>&nbsp;</td>
<td>
<asp:LinkButton ID="btnSubmit" runat="server" SkinID="FormButton" Text="Submit" />
<asp:LinkButton ID="btnReset" runat="server" SkinID="FormButton" Text="Reset" CausesValidation="false" UseSubmitBehavior="False" OnClientClick="forms[0].reset();return false;"/> </td></tr>
</table>

When I click Reset button in th Firefox 3.0.10 nothing occured, forms[0].reset() doesn't work.
If I remove <telerik:radformdecorator> controls Reset button works right.

Please help.

Georgi Tunev
Telerik team
 answered on 04 May 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?