Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
110 views
Hi,

When a spellcheck is successful, I suppress the complete message but the problem is the modal dialog appears and then disappears.

I want to be able to not show the Modal window if the spell check was complete.

Regards
Sumith
George
Telerik team
 answered on 26 Aug 2008
1 answer
53 views
Hi,

I have a pop up window of 400px width. in that page i have a tooltip. i have kept the width of tooltip 200px. when the tooltip is coming automatically horizontal bar is coming for the window. i donot want that horizontal bar. i want to show the tool tip outof window. How can i achieve this.

Thanks,
Sai
Sophy
Telerik team
 answered on 26 Aug 2008
1 answer
75 views
I'm testing sites with Q1 Rotator in IE8 Beta. The sites have 1 item set as slides to show. In IE8 all slides shows.

Anyone have the same problem with rotator Q1 and IE8 Beta?


Jarle
Georgi Tunev
Telerik team
 answered on 26 Aug 2008
1 answer
75 views
Hello,

We are at a quite final stage of one of our projects and now when we are testing, debugging and creating all layout, the telerik radcontrols are not working anymore..
i'm using the RadTabStrip, RadMenu and RadCalendar, and they all do postbacks.
however, after one postback none of the radcontrols is doing a postback anymore..
Has this ever occurred to someone else?

Kind Regards
Sebastian
Telerik team
 answered on 26 Aug 2008
4 answers
190 views
I just downloaded the ASP.NET AJAX controls.  Now, reading the documentation, I want to make sure the Telerik controls are compatible with regular ASP.NET controls I have on my page that use ASP.NET AJAX (i.e., they are inside UpdatePanels).

Do I need to use the RadScriptManager if I have the regular ScriptManager? Is there an article that discusses the interaction between Telerik controls and normal controls that are using ASP.NET AJAX?

Cynthia
Sebastian
Telerik team
 answered on 26 Aug 2008
5 answers
211 views
Hi!

I am currently working on improving performance on my RadControl-based web-app. I would like to get some advice on how to measure performance, in order to get an understanding on what effect my changes as I optimize my code.

Some specific areas where I would need info:
1. Since I am using Ajax extensively, it is not possible (right?) to use traditional tools to measure the time it takes to update a page after user interaction (tools like wcat from Microsoft).
2. It is very important for me to know how much time is spent on server-side, and how much time is spent client-side.
3. It would also be interesting to know which parts of the client-side code that takes up most time. This could give me a hint on what client-side features I should try to avoid, to improve performance.

I think information on how tools and techniques on how to get this information would be very valuable for many developers. Perhaps a whitepaper or something would be reasonable? Or some piece of information on how your developers at Telerik measure performance.

Thanks!
/Fredrik
Paul
Telerik team
 answered on 26 Aug 2008
1 answer
106 views
Well, I hope that title makes sense.

I am using the load on demand feature, and  I want to be able to tell the difference between when the user starts to enter a string in the textbox, and the combo box does a MarkFirstMatch, and when the user clicks the "show more results" link at the bottom of the dropdown.

Both actions trigger the ItemsRequested event -- however, I want to do two different things in that event for the MarkFirstMatch and the ShowMoreResults click. But I can't figure out how to tell the difference.

I tried checking for [comboBox].Text == "", but if I have AllowCustomText set to false, this is never true.  I tried checking e.Text == "", but this is also never true even when the user clicks the "show more results" link.

Here's my combo box declaration:

            <telerik:RadComboBox
            ID="employeeBox"
            DataValueField="EmployeeDataID"
            DataTextField="Name"
            Width="350px" Height="300px"
            runat="server"
            Skin="WebBlue"
            ShowMoreResultsBox="true"
            ItemRequestTimeout="500"
            EnableLoadOnDemand="true"
            MarkFirstMatch="True"
            OnItemsRequested="employeeBox_ItemsRequested"
            >
                <CollapseAnimation Duration="200" Type="OutQuint" />
            </telerik:RadComboBox>

If someone could advise me as to how to accomplish this, I would be most appreciative!
Rosi
Telerik team
 answered on 26 Aug 2008
14 answers
150 views

in fire fox when i click a node then the tree get collasped (Actually page get post back) Its working fine in IE.


i have also written AfterClientClick handler

and from this handler i am  trying to refresh an update panel present on the page.
My tree view is outside the update panel.

my Handler Code is

function AfterClickHandler(node)

{

if(node.Level >3)
{
var HdnVal = document.getElementById('<%=HdnValue.ClientID %>');

HdnVal.value = node.Value;

document.getElementById(

'<%=btnRefresh.ClientID %>').click();

}

}

Atanas Korchev
Telerik team
 answered on 26 Aug 2008
7 answers
146 views
I am using a modified version of your Default skin stylesheet.  After upgrading to the latest version of your controls for AJAX my stylesheet no longer works in Firefox or Safari.  Still works perfectly in IE 7.  Any ideas?
Yana
Telerik team
 answered on 26 Aug 2008
1 answer
150 views
Are the configuration setting in web.config different for using ii7 in integraded mode? I am getting the ajax callback error with my progress indicator. I can switch to classic mode and it work. The radupload now supports integrated mode right?
Veselin Vasilev
Telerik team
 answered on 26 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?