Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
205 views
I noticed I can't seem to use "None" for a skin anymore. this is causing issues because I keep getting padding around an image only menu, which makes the image have breaks in it.

Note, it's only doing this in IE7. In Firefox, it displays correctly.

Here's the css I'm using (and yes I named it None), where I tried to set everything to zero.

Thanks,
Jason

.RadMenu_None

{

border-right: 0px solid;

border-top: 0px solid;

border-left: 0px solid;

border-bottom: 0px solid;

padding: 0px 0px 0px 0px;

margin: 0px;

}

.RadMenu_None

.rmItem

{

padding: 0px 0px 0px 0px;

text-align: left;

border-right: 0px solid;

border-top: 0px solid;

border-left: 0px solid;

border-bottom: 0px solid;

}

.RadMenu_None

.rmGroup .rmText

{

border-right: 0px solid;

border-top: 0px solid;

border-left: 0px solid;

border-bottom: 0px solid;

padding: 0px 0px 0px 0px;

text-align:left;

}

 

.RadMenu_None

.rmSeparator

{

line-height: 0px;

border-right: 0px solid;

border-top: 0px solid;

border-left: 0px solid;

border-bottom: 0px solid;

padding: 0px 0px 0px 0px;

text-align:left;

}

.RadMenu_None

.rmExpandLeft,

.RadMenu_None

.rmExpandRight

{

border-right: 0px solid;

border-top: 0px solid;

border-left: 0px solid;

border-bottom: 0px solid;

padding: 0px 0px 0px 0px;

}

.RadMenu_None

.rmTopArrow,

.RadMenu_None

.rmTopArrowDisabled,

.RadMenu_None

.rmRightArrow,

.RadMenu_None

.rmRightArrowDisabled,

.RadMenu_None

.rmLeftArrow,

.RadMenu_None

.rmLeftArrowDisabled,

.RadMenu_None

.rmBottomArrow,

.RadMenu_None

.rmBottomArrowDisabled

{

height:16px;

text-decoration:none;

color:#E3EFFF;

text-indent:-9000px;

}

.RadMenu_None_rtl

.rmTopArrow,

.RadMenu_None_rtl

.rmTopArrowDisabled,

.RadMenu_None_rtl

.rmRightArrow,

.RadMenu_None_rtl

.rmRightArrowDisabled,

.RadMenu_None_rtl

.rmLeftArrow,

.RadMenu_None_rtl

.rmLeftArrowDisabled,

.RadMenu_None_rtl

.rmBottomArrow,

.RadMenu_None_rtl

.rmBottomArrowDisabled

{

text-indent:9000px;

}

.RadMenu_None

.rmRightArrow,

.RadMenu_None

.rmRightArrowDisabled

{

background: #F6F6F6 url(Menu/right.gif) center center no-repeat;

width:25px;

height:100%;

}

.RadMenu_None

.rmLeftArrow,

.RadMenu_None

.lefttArrowDisabled

{

background: #F6F6F6 url(Menu/left.gif) center center no-repeat;

width:25px;

height:100%;

}

.RadMenu_None

.rmTopArrow,

.RadMenu_None

.rmTopArrowDisabled

{

background: #e3efff url(Menu/top.gif) center center no-repeat;

width: 100%;

}

.RadMenu_None

.rmBottomArrow,

.RadMenu_None

.rmBottomArrowDisabled

{

background: #e3efff url(Menu/bottom.gif) center center no-repeat;

width: 100%;

}

.RadMenu_None

.rmScrollWrap

{

position: relative;

}

.RadMenu_None_rtl

,

.RadMenu_None_rtl

*

{

text-align:right !important;

}

.RadMenu_None_rtl

.rmGroup .rmText

{

padding: 0px 0px 0px 0px !important;

}

.RadMenu_None_rtl

.rmGroup

{

background-position: right;

}

.RadMenu_None_rtl

.rmExpandLeft,

.RadMenu_None_rtl

.rmExpandRight

{

background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;

}

Tab Alleman
Top achievements
Rank 1
 answered on 07 Jun 2010
5 answers
412 views
Update: You can use the attached Patch file (in the Telerik.Web.UI_2010_1_309_Hotfix.zip archive) to fix the problem too. Please, close all Visual Studio instances first.

Update:
This fix is already applied in the Q1 2010 SP1 release. You can download it from the downloads section of your Telerik account.

An error in the Q1 2010 release was identified recently.
Details:
When starting the Visual Studio IDE you get a screen with an unhandled exception in the Telerik.VSX.AssemblyDiscovery.AssemblyLister.Init method.
The problem goes away after a Visual Studio restart.

Fix:
  1. Close all the Visual Studio instances
  2. Download the attached archive and extract its content to the [RadControlsInstallFolder]\VSExtensions
  3. If you have Visual Studio 2010 installed, extract the archive content to the [VisualStudio2010InstallDir]\Common7\IDE\Extensions\Telerik\Telerik.Web.UI.VSPackage\2010.1.309 folder as well.
  4. Start Visual Studio again
TonyG
Top achievements
Rank 1
 answered on 07 Jun 2010
7 answers
241 views
Whenever I add a combo box to my project the pull down menu is off center.  It is most likely an issue with the project template I am using, but I do not have an option as to use this template or not.  Is there a way that I can correct the location of the pull down through the control itself?
eric
Top achievements
Rank 1
 answered on 07 Jun 2010
0 answers
159 views
hello,

I want to upload files on my server but when i click on "download" i have that :

Détails de l'exception: System.UnauthorizedAccessException: L'accès au chemin d'accès 'D:\Sites\Dalkia\Les docs\calcul filtre.xls' est refusé

Trace de la pile:

[UnauthorizedAccessException: L'accès au chemin d'accès 'D:\Sites\Dalkia\Les docs\calcul filtre.xls' est refusé.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7716639
   System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +1162
   System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) +61
   System.IO.FileStream..ctor(String path, FileMode mode) +55
   System.Web.HttpPostedFile.SaveAs(String filename) +99
   Telerik.Web.UI.PostedFile.SaveAs(String fileName, Boolean overwrite) +48
   Telerik.Web.UI.Widgets.FileSystemContentProvider.StoreFile(UploadedFile file, String path, String name, String[] arguments) +90
   Telerik.Web.UI.RadFileExplorer.ProcessUploadedFiles() +638
   Telerik.Web.UI.RadFileExplorer.OnLoad(EventArgs e) +102
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

an idea ?
sdf
Top achievements
Rank 1
 asked on 07 Jun 2010
1 answer
121 views
We are considering switching from SA-FileUp to RadUpload for file uploads for a new product version.  We use SA-FileUp for its upload streaming capability rather than for UI bling.  SA-FileUp intercepts incoming files and saves them to disk and makes them available to applications, rather than letting the IIS worker process load the entire thing into memory, which has serious scaling problems when hundreds of users are uploading multiple-megabyte files.

I have two questions:

1) Does RadUpload have a similar streamlining capability, or is it just a UI widget?
2) If RadUpload does have this streamlining capability, is it possible to get it even if the user has disabled (or doesn't have) JavaScript? (it would be ok if we had to create our own custom control that interacted with or inherited from Telerik.)  We verified experimentally that, out of the box, RadUpload fails if JavaScript is disabled on the client browser.

One of the things I dislike about SA-FileUp is the necessity of having special .UPLX web forms - it complicates the UI.  If Telerik can support scalable upload without separate upload web forms, that would be excellent.

Basically, what i'm looking for is an efficient uploader.  UI bling is nice, but if it crashes after five concurrent 50MB files, it isn't going to be usable.
Genady Sergeev
Telerik team
 answered on 07 Jun 2010
3 answers
87 views
I have several RadDocks on my page that I am using as pop-up windows for data entry.  If one of them is displayed, and you move it to a different location, then close the RadDock, the next time it appears, the background is transparent.  You can only see the text and controls on the RadDock.  This is visually very confusing.  Any ideas why this would happen?
Pero
Telerik team
 answered on 07 Jun 2010
4 answers
140 views
Hi All,

I have struck with very serious problem while using Rad grid.

Issue is my web Method returns a collection (Student Collection). i have bounded that collection to rad grid through javascript like

IndendedProgramGrid = $find("<%= rgIndendedProgram.ClientID %>").get_masterTableView();
IndendedProgramGrid.set_dataSource(result[0].ObjStudentProgramsCollection);
IndendedProgramGrid.dataBind();

In "ObjStudentProgramsCollection" have some direct colums like "ID" which is bounded very successfully with grid.But this collection also have another collection in it. Like "ObjStudentProgramsCollection[0].Cources.CoucseName". Now i want to bind course name to rad grid colum..

How can i bind this.
In asp data list i simply use following code and works properly. How can i do this in Rad Grid>????
 <%#Eval("Courses.courseName")%>

Please help.......


ali zubair
Top achievements
Rank 1
 answered on 07 Jun 2010
3 answers
89 views
Hi,

I am setting footer style as follows to display the footer in gray shade. It works fine in Mozilla Firefox whereas it does not display or not getting effected the newly set footer style in IE 8.0.
What to do to make the below code work both in IE and Mozilla.

<

 

 

style type="text/css">

 

 

 

.FooterStyle

 

{

 

 

height: 25px;

 

 

 

line-height: 4px;

 

 

 

font-size: 12px;

 

}

 

 

.FooterStyle TD

 

{

 

 

background-color: #F2F2F2;

 

 

 

border: 2px Solid #5D8CC9;

 

}

 

 

</style>

 



Martin
Telerik team
 answered on 07 Jun 2010
2 answers
97 views
Have an issue setting a path to a folder in a different application on the same harddrive.  These programs must be separate, and the editor will manage the pages on the other application.  How do I set a physical path in the editor?
Rumen
Telerik team
 answered on 07 Jun 2010
1 answer
56 views
Hi,

I have a problem with the treeview (Q3.2009) : during drag & drog, I don't have any separator between the items, which make drag & drop hard to use. Is there any property to activate to use this functionnality ?

Unfortunately, the "search" function on this forum seem to be actually unavailable, so sorry il the answer is already there !

Thanks in Advance.
Veronica
Telerik team
 answered on 07 Jun 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?