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.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 |
|
|
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.
| .RadMenu_UnitedNations .rmRightArrow |
| { |
| background: transparent url('Menu/rmExpandArrows.png') no-repeat; background-position:center; |
| } |
| <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> |

this code apper in my page!!!
| <input onkeydown="return RadWindowprompt_detectenter('{0}', event, this);" type="text" class="rwDialogInput" value="{2}" /> |
| </div> |
| <div> |
| <a 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> |
| <a onclick="$find('{0}').close(null);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[Cancel]##</span></span></a> |
| </div> |
| <a 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> |