Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
98 views
Hello,

I am implementing a custom content provider using services as a back-end, and I am wondering if anyone else has found a way to reduce the number of service calls being made.  For example the methods ResolveRootDirectoryAsTree and ResolveDirectory are called numerous times with the same parameters for each operation, so there are duplicate service calls being made.  I think I need to build some sort of caching mechanism, but I am wondering if anyone else has run into this issue before and what possible solutions you can think of. 

Thank you,
Aaron
Fiko
Telerik team
 answered on 21 Sep 2010
2 answers
75 views
Is there any way to lock the another records in edit? becouse the edited data are loss.
Also, the pager, the sort option, the insert button - Need to be disabled !

Why is there no somthing that do that automatically ?
rachel
Top achievements
Rank 1
 answered on 21 Sep 2010
2 answers
73 views
Hellow,

I need to call a server function from the cliend side .
I open a window and  after I closed the opened window I want to call a server function to refresh the opener page.
maybe, the  RadWindow has a server function like  the client function OnClientClose 
and how can I get the parameter from the opened window in the server

Thanks


 

 

 


miri
Top achievements
Rank 1
 answered on 21 Sep 2010
5 answers
148 views
I'm trying to do a dynamic search with the textbox...but it's really tanking with

  1. backspace, always a letter behind
  2. paste: so if I type 'ste' into the box, copy and paste it, the value is stev (ctrl-v for paste)

I need live text to be passed into the service

This is what I'm doing, but again, epic fail :)
$('#directorywidgetClientState').attr('value', sender.get_textBoxValue() + args.get_keyCharacter());
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 21 Sep 2010
2 answers
103 views
Hi guys,

Has anyone encountered and solved this problem. BTW. i'm migrating an old asp.net 2.0 website to vs2010/ .net4.0. Whenever I open a window without parameters they open fine. such as openGoogleWin(). but when i use a function with parameters such as openYahooWin('www.yahoo.com') i get an 'undefined' is null or not an object error.

my javascript code is as follows:
function openYahooWin(url)
{
var oWindow = window.radopen ("", null);
 

    
     oWindow.SetUrl(url);
     oWindow.SetSize (400, 300);
     oWindow.SetTitle ("yahoo");
     oWindow.SetModal("True");
     //oWindow.VisibleStatusBar = false;
     



}
Georgi Tunev
Telerik team
 answered on 21 Sep 2010
1 answer
80 views
Hello,

Has somebody seen somewhere a blog sample using TagCloud ?

Regards
CS
Cori
Top achievements
Rank 2
 answered on 21 Sep 2010
5 answers
157 views
i want to rename header of the delete dialog box.
for Ex :  "Message from Webpage" to "Custom Message"

please check below attached image for better understanding.
Princy
Top achievements
Rank 2
 answered on 21 Sep 2010
1 answer
100 views
Hi,
I'd need to ignore all words enclosed by <>. For instance
<TAG1>
<TAG2>
<WORD1>
<WORD2>
ETC...
How do I achieve this?
Thanks!
Rumen
Telerik team
 answered on 21 Sep 2010
1 answer
264 views
Hi,

I need to hide the RadComboBoxItem on server side while binding it. But on client side i need to re-display them based on client side changes. I am able to set_visible(true) on client side. But when i set to visible = false on Server-Side, the comboBoxItem is not rendered.

Is there any solution to do that?

Thanks
-- Raj
Princy
Top achievements
Rank 2
 answered on 21 Sep 2010
3 answers
127 views
Hi,
 I've recently tried to update our RAD editor from the Lite version to the Full-Featured version, but the installation failed due to features still being installed on the server from the Lite version. The instructions to upgrade were vague and didn't cover this, but can you confirm that the two features to remove are :-

RadEditorFeature
RadEditorFeatureIE

..and should be removed by using the following command :-

stsadm -o uninstallfeature –name RadEditorFeature

stsadm -o uninstallfeature –name RadEditorFeatureIE

Should the features be deactivated by web application first?

Thanks,
Jason.

Stanimir
Telerik team
 answered on 21 Sep 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?