Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
157 views
$find return null after request in Chrome, Opera, Safari

                    <telerik:RadAjaxPanel ID="rapProjects" runat="server" ClientEvents-OnResponseEnd="ProjectsResponseEnd" > 
                        <telerik:RadComboBox ID="rcbProjects" runat="server"  
                            OnClientDropDownOpening="InitiaterapProjectsRequest" > 
                        </telerik:RadComboBox> 
                    </telerik:RadAjaxPanel> 
                    <telerik:RadCodeBlock ID="RadCodeBlock1" runat="server" > 
 
                        <script type="text/javascript"
                            function InitiaterapProjectsRequest(sender, eventArgs) { 
                                var ajaxManager = $find("<%= rapProjects.ClientID %>"); 
                                ajaxManager.ajaxRequest(''); 
                                return false; 
                            } 
                             
                            function ProjectsResponseEnd(sender, eventArgs) { 
                                var combo = $find("<%= rcbProjects.ClientID %>"); 
                                window.alert(combo); //HERE combo is null in Chrome, Opera, Safari
                            } 
                       </script> 
 
                    </telerik:RadCodeBlock> 
 

Sergey
Top achievements
Rank 1
 answered on 24 Mar 2010
1 answer
91 views
I tried clicking on the link for the downloadable skin converter, but the link is broken.  Is the downloadable version still available?

Regards,
Bob Reader
Dimo
Telerik team
 answered on 24 Mar 2010
5 answers
216 views
My company's product uses RadScheduler for its calendar page, and many of our customers are complaining that it is too slow. I saw the blog post by Tsvetomir Tsonev about the new improvements you made by removing reflection code, and I am wondering how much of an improvement that change will make in RadScheduler. The blog post said it could be 30% in some scenarios - what is the percentage for a plain RadScheduler control with about 30-50 appointments and no other controls on the page?

http://blogs.telerik.com/tsvetomirtsonev/posts/09-10-15/radcontrols_for_asp_net_ajax_-_now_with_more_speed.aspx

Thanks!
Peter
Telerik team
 answered on 24 Mar 2010
1 answer
95 views
Hi,
    Attached is the snapshot displaying tooltip for textbox. The tooltip for the first time is not properly displayed and is same as in the attached file. but it is correctly displayed when we take the mouse near the content in textbox. I want tooltip to be dispayed properly and not in the vertical fashion.
    Kindly let me know if it is possible to fix this.

Thanks,
Sachin.
Tsvetie
Telerik team
 answered on 24 Mar 2010
7 answers
536 views
Good Day

Am using RadControls for ASP.NET Ajax Q2 2008. My markup looks like this

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <telerik:radeditor id="RadEditor1" runat="server" skin="Sunset" EditModes="Design, Preview">
        <Content>
 </Content>
</telerik:radeditor>

and my server side where i get what has been typed by a user


String Body = RadEditor1.Content; 


and the String Body returns a String is not html.

What am i doing wrong
Vuyiswa
Top achievements
Rank 2
 answered on 24 Mar 2010
3 answers
547 views

When the RadGrid is rendered, the RadGrid_GridData section has a seemingly excess 300px height:

     <div id="ctl00_ContentPlaceHolder2_RadGrid1_GridData" class="rgDataDiv"
                                                style="position:relative;overflow:auto;width:100%;height:300px;">

An example of this can be seen in the Telerik webmail demo at http://demos.telerik.com/webmail/.

This excess item limits changes that might be made post-rendering, so it would best be removed if it isn't adding anything to the result.

Dimo
Telerik team
 answered on 24 Mar 2010
1 answer
160 views
i Have a case where the First two Columns of radgrid are fixed and are template columns.i need those columns for itemdatabound processing.
Also i have set the autogeneratecolumns to true as number of columns are not fixed.
When the grid page first loads i am unable to see the Fixed Template columns.when i scroll the grid horizontally to end .these fixed columns appear on the right side.

Please help me on this  as i have to show the template columns from the load itself.
Shinu
Top achievements
Rank 2
 answered on 24 Mar 2010
1 answer
94 views
Hi, since installing q1 2010 rad control and reporting; 4 times out of 10 vs2008 will crash when opening a solution which uses telerik controls. The crash report mentions telerik.vsx. This happens on my laptop as well as my main dev pc.

Any other reports of this or fixes available?

Cheers 
Martin P
Andrey
Telerik team
 answered on 24 Mar 2010
1 answer
45 views

HI

I am trying to bind a selfreferencing grid using client side javascript. I am not using any server side code in any event. When i am able to bind the grid without selfreferencing but i add this line in my ascx page.
when i add this line my page gets in deadlock. it doesn't load.

 

 

<

SelfHierarchySettings KeyName="OrgID" ParentKeyName="ParentID" />

I use following code to bind the grid at client side.

 

loadGrid: function() {  
 
        MyService.GetList(oncallback, onError, onTimeOut);  
 
 
    },  
 
    oncallback: function(data) {  
        var orgGrid = $find('<%= OrgGrid.ClientID %>');
        var tableView = Grid.get_masterTableView();  
        if (data.length > 0) {  
            tableView.set_dataSource(data);  
            tableView.dataBind();  
        }  
 
    }, 

This is just a part of code. and the way i am binding the grids. It worked fine when binding normal grid. But when adding <SelfHierarchySettings KeyName="OrgID" ParentKeyName="ParentID" /> in the system gets in unstable state. it shows continuesly loading. I want to set these properties at client side but there is no method for setting this.
Please suggest.
Thanx

Yavor
Telerik team
 answered on 24 Mar 2010
0 answers
62 views
Dear Sir

I am working in Arabic site
I need to change the direction of advanced form (Appointment option page) direction to be right to left

and how can I related  it with css class

Thanks
Hamdy
Top achievements
Rank 1
 asked on 24 Mar 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?