Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
133 views
Any recommendation for PHP script like Mysql Ajax Table Editor? I prefer a completed free one. :P
Sebastian
Telerik team
 answered on 02 Dec 2010
4 answers
93 views
Can anybody help me? I've been getting this message :

"A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer may become unresponsive. Do you want to stop the script?"

I getting this error while changing week view to month view in RadScheduler controls.
I have used 4 telerik controls i.e. RadGrid ,RadTreeview, Radschedular, RadToolTipManager.
I have tried with one solution.I have tried with RadScriptManager and RadStyleSheetManager.
Fiko
Telerik team
 answered on 02 Dec 2010
1 answer
32 views
I checked the loading time of a RadWindow through firebug with and without cache (see Screenshots) and I noticed that the css and the images are downloaded for each opening, even with the cache enabled.

How can I optimize the calls to the server by uploading the css and images from browser cache without checking if they have been modified?

You can perform some other optimization to reduce the loading time?
Georgi Tunev
Telerik team
 answered on 02 Dec 2010
5 answers
369 views
Hi, Is there any way to configure a GridHyperLinkColumn to HtmlEncode the contents of the DataTextField? Unlike the GridBoundColumn, it doesn't appear to have an HtmlEncode property. What's more, because HyperLink columns don't support databinding, I can't add encoding that way either. The only option I can see is to change the column type to a template column but I'd rather avoid that if possible.
Tsvetina
Telerik team
 answered on 02 Dec 2010
2 answers
277 views
Hi,

I'd like to display appointment create/edit from only by clicking context menu item. I'd like to block double-clicking behavior on RadSheduler.
How could i do that?
Thanks in advance.

Regards,
NNT
nyi nyi
Top achievements
Rank 1
 answered on 02 Dec 2010
1 answer
77 views

I have two listboxes, I would like to take the latest item moved to the second box and have that item programmatically selected. I have tried using set_selected(true) with no luck.

Any ideas?

Shinu
Top achievements
Rank 2
 answered on 02 Dec 2010
2 answers
181 views
Hello,

I am using ASP.Net AJAX DatePicker and want to disable weekends (Saturday and Sunday)

Regards
Raj
Rajz
Top achievements
Rank 1
 answered on 02 Dec 2010
6 answers
149 views
The behaviour of DropDownLists with AutoPostBack and RadAjax (for ASP .NET AJAX) is different between IE and other browsers.

In IE, if the user uses the keyboard to change the selected value of a combo box, the AutoPostBack fires immediately. In other browsers the post back only occurs when the user tabs focus away from the control.

This behaviour is particularly annoying because the control loses focus. I would describe this problem as a bit of a show stopper really.

I was wondering if anyone has a good work around or if there are plans to fix this behaviour.

BTW I believe that jquery fixes IE's change behaviour. Perhaps the same fix could be applied in RadAjax?
Andrew Lawrence
Top achievements
Rank 1
 answered on 02 Dec 2010
1 answer
92 views

I'm trying to use the RadComboBox with asp.net ajax webservice in ondemand mode.  If a client edits a record, i need to open an asp.net form in "edit" mode and display the current selected values.  How do i set the value and text on the RadComboBox?  The text part is easy, but the value property on the control is read only.

I'd preferably like to set the initial value like the code below.  Is this possible?

Entity e = db.lookupCustomerByID(100);
if(e != null)
{
RadComboBox1.Text = e.LastName;
RadComboBox1.Value = e.CutomerID;
}
B
Top achievements
Rank 1
 answered on 01 Dec 2010
4 answers
196 views
Hello,

Can you provide a server-side code sample that shows how to programatically move the selected node up or down in a treeview?

Thanks, Craig
Craig
Top achievements
Rank 1
 answered on 01 Dec 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?