Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
66 views
IE 6 seems to be ignoring the width assigned to a listbox if that width is specified as a percent.  It seems to handle a width as long as it as specified in pixels.  Is there a work around for this?
Genady Sergeev
Telerik team
 answered on 03 Dec 2009
3 answers
141 views

I have a WEB project that consists of four web pages; each of them has one or two radGrid. On my local PC it works fine, but when I move it to the server, three of the web pages works, but the fourth doesn’t open the edit form when I click the edit button.

Any Idear.
Prangadj
Top achievements
Rank 1
 answered on 03 Dec 2009
0 answers
134 views

Hi Telerik Team,

We are implementing custom scheduler sking and css. We disable all stylesheet and skin releated properties that provided by telerik. But we are unable to understand why 2 webresource.axd files are creating by redscheduler. We diagnose these files by YSlow. Thses file are overhead and not acceptable for us.

EnableEmbeddedSkins="false"

EnableAjaxSkinRendering="False"

EnableEmbeddedBaseStylesheet="false"

EnableTheming="False"

Type

Size

URL

CSS

129.7K

localhost/css/style.css

CSS

9.7K

 localhost /WebResource.axd?...

CSS

2.6K

localhost /WebResource.axd?...

CSS

37.0K

localhost /skins/Scheduler.css

CSS

11.7K

localhost /skins/Scheduler.CDNSch.css

 

Please tells us how to remove this web request and this is very import for us to increase the scheduler peroformance.

Shabbir
Top achievements
Rank 1
 asked on 03 Dec 2009
3 answers
179 views
Hello
Can Rad Control for AJAX be integrated with Microsoft Expression web application for designing the page?

Thanks,
Ivo
Sebastian
Telerik team
 answered on 03 Dec 2009
1 answer
136 views
Hi,

How can i set the expand arrow for drop down menu to show on the center. I try to edit the css file like below but it didin't work.
The arrow still show on top like attached file.
.RadMenu_UnitedNations .rmRightArrow  
{  
    background: transparent url('Menu/rmExpandArrows.png') no-repeat; background-position:center;   
Princy
Top achievements
Rank 2
 answered on 03 Dec 2009
5 answers
155 views
Hi,

I wonder if the line

<class name="Plaat met rand" value="img.PlaatMetRand" />

would cause the editor to show class "Plaat met rand" ONLY if an image is selected.
Or would this be the the same as

<class name="Plaat met rand" value="PlaatMetRand" />

Can you inform?

Marc



Fit2Page
Top achievements
Rank 2
Bronze
Iron
Iron
 answered on 03 Dec 2009
1 answer
118 views
hi.
i have contextmenu with Three items.
I want to Disable the Ajax to 1 and 2 item(s), i want to enable ajax only to 0th item.
0-ViewDetails
1.Audio Download
2.Document Download
<telerik:RadContextMenu ID="RadCDMenu" runat="server" Skin="Hay" Style="position: static" Enabled="False" > 
            <Items> 
                <telerik:RadMenuItem runat="server" Text="View Details"
                </telerik:RadMenuItem> 
                <telerik:RadMenuItem runat="server" Text="Audio Download"
                </telerik:RadMenuItem> 
                <telerik:RadMenuItem runat="server" Text="Document Download"
                </telerik:RadMenuItem> 
            </Items> 
        </telerik:RadContextMenu> 



can any one help me how to do this .
i did code like this in Page_Load.

  If RadCDMenu.Items(0).Selected = False Then
            RadScriptManager1.RegisterPostBackControl(RadCDMenu)
  End If
but,it's not working properly.once i disable the ajax i can't able to Enable it.
Here i have to Refresh the page, then only i am getting ajax Enable .

can any one Help Me please....

Thank You
Suresh K
Princy
Top achievements
Rank 2
 answered on 03 Dec 2009
3 answers
92 views
Hi,
 
We're having issues with the paste from word on the Mac with both Safari and Firefox, especially if what's being pasted contains tables. The weird thing is that even though we're using paste from word, the window that comes up is the paste as html and that's probably part of the problem. Everything works fine on a windows PC using IE or Firefox, Safari on windows still has some problems.

Has anyone experience the same issues and if so, is there a work-around for it.

Thanks
Germano
Rumen
Telerik team
 answered on 03 Dec 2009
1 answer
103 views
this code apper in my page!!!

<input  onkeydown="return RadWindowprompt_detectenter('{0}', event, this);" type="text"  class="rwDialogInput" value="{2}" /> 
                </div> 
                <div> 
                    <onclick="$find('{0}').close(this.parentNode.parentNode.getElementsByTagName('input')[0].value);"              
                        class="rwPopupButton" href="javascript:void(0);" ><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[OK]##</span></span></a> 
 
                    <onclick="$find('{0}').close(null);" class="rwPopupButton"  href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[Cancel]##</span></span></a> 
                </div> 
 

i used this code

 
<runat="server"  id="hyperSuggestion" href="#" style="font-family:Tahoma;font-size:8pt" > 
                          Clik here</a> 
<script type="text/javascript"

     

hyperSuggestion.Attributes["onclick"] = "openRadWindow('" + queryStringUserID.ToString() + "'); return false;"; 
        
         function OpenPositionedWindow(oButton, url, windowName) 
        { 
            var oWnd = window.radopen(url,windowName); 
        } 
        function openRadWindow(UserID) 
        { 
            var oWnd = radopen("SuggestAsFriend.aspx?UserID=" +UserID, "RadWindow1" ); 
            oWnd.center(); 
        } 
    </script> 










Georgi Tunev
Telerik team
 answered on 03 Dec 2009
3 answers
66 views
Hello all ,

 Am experiencing a strange experience , things was good until i used Telerik UI RadWindow 2008 now ive upgraded my app to 2009 which doesn't support the 'ClientCallBackFunction' property so ive replaced with OnClientClose ="CallBackFunction" and the definition looks like

function CallBackFunction(radWindow, returnValue)
{
    var arg = returnValue;

I got only null in 'arg' ????

Note:

ive used my ClientShow function as

function OnClientShow(radWindow)
{
    var arg = new Object();        
    arg.Type = document.getElementById("<%= Type.ClientID %>").value;
    arg.Node = document.getElementById("<%= NodeName.ClientID %>").value;
    arg.Link = document.getElementById("<%= Link.ClientID %>").value;
    arg.Value = "";
    radWindow.Argument = arg;
}


Any suggestions ??







Georgi Tunev
Telerik team
 answered on 03 Dec 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
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
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?