Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
70 views
Hello Team;

I would like to suggest a couple of cosmetic improvement with Metro theme and ASP GridView.
  • The refresh button icon on the command area is unclear and distorted
  • On the same area the "+" icon for the Add a new record is hard to see. Should be more dark or White on the blue background.
  • In the Popup windows, there is no window header color and the border color is too weak. That window needs to stand out better.
  • Generally, there in Metro, there are lots of "Light Gray" color is used for lines in particular in Grid. Would it be possible to make it a bit darker? Users say, the line color is washed out.

I think the other upcoming Metro themes should have same improvements.

Thank you in advance!

Ben Hayat
Top achievements
Rank 2
 answered on 14 Dec 2011
1 answer
51 views
Hi sir,
iam using scheduler with customized advance form as shown in demo...appointment color picker is not getting visible in IE...where as it is visible  in chrome,firefox...please go through the attached image...please give me solution as soon as possible..




Thanks
Rajesh 
Ivana
Telerik team
 answered on 14 Dec 2011
1 answer
86 views
Hi Everybody,

Creating new folder in file explorer is not working for me. I tried creating it on client side.
I tried using the following method, it didn't worked, it shows the alert('in') repeatedly like a loop, and its not going through.

Anyone please give me a suggestion.

<telerik:RadFileExplorer runat="server" ID="FileExplorer1" Width="95%" Height="450px"
  OnClientDelete="OnClientDelete" CssClass="rfeFocus" AllowPaging="true" PageSize="6"
  EnableCopy="true"   EnableCreateNewFolder="true" OnClientCreateNewFolder="GetName">
               <Configuration ViewPaths="~/FileExplorer/Default/Root Folder/Documents" UploadPaths="~/FileExplorer/Default/Root 
                  Folder/Documents" DeletePaths="~/FileExplorer/Default/Root Folder/Documents" />
               <KeyboardShortcuts FocusFileExplorer="Ctrl+f2" FocusToolBar="Shift+1" FocusAddressBar="Shift+2"
                 FocusTreeView="Shift+3" FocusGrid="Shift+4" FocusGridPagingSlider="Shift+5" UploadFile="Ctrl+u"
                 Back="Ctrl+k" Forward="Ctrl+l" NewFolder="Ctrl+n" Refresh="Ctrl+f3" ContextMenu="Shift+m" />
</telerik:RadFileExplorer>

function GetName()
{
            alert('in');
            var MyFM = $find('<%= FileExplorer1.ClientID %>');
            var appRoot = '<%= VirtualPathUtility.ToAbsolute("~") %>';
            MyFM.createNewDirectory(appRoot + "/Test", "556477");
            
}

Any one please provide a solution to this issue.

Thank You,
Dobromir
Telerik team
 answered on 14 Dec 2011
1 answer
118 views
In my .aspx file I have:


<style type="text/css">
.rsContent .rsContentTable .rsRow .rsSatCol,  
         .rsContent .rsContentTable .rsRow .rsSunCol   
        {  
          background:#D0ECBB;  
        }
</style>


I want for a specific cell in the scheduler to be colored green. With my code every column from Saturday and Sunday is colored. But I want only those cells which have appointments to be colored green. How to do this?
Plamen
Telerik team
 answered on 14 Dec 2011
2 answers
175 views
Hi,

I try to execute some server-side code when the cross is clicked. This code needs to deside if the window can be closed or not. I used this code for it:

OnClientBeforeClose = "function(s, e) {e.set_cancel(true);__doPostBack('" + UniqueID + "', '" + CloseDialog + "');}";


Inside the raisePostBack method I call "window.close()" client-sided if my code want the window to close.

I used parts of this sample to make this, but this is totaly handled client-side:
http://www.telerik.com/community/code-library/aspnet-ajax/window/confirm-closing-of-a-radwindow-by-using-radconfirm.aspx

My problem is that when I call the "window.close()" method client-sided the onClientBeforeClose method is executed first again and will stop the close action of the window.

Any suggestion how I can solve this problem?

Thanks!
Erik
 
Erik
Top achievements
Rank 1
 answered on 14 Dec 2011
3 answers
173 views
Hi

I have set up a font-family on a body level in my CSS.

I would like this font to filter through to my RadControls so that if I change it in one place, the changes are constant throughout the whole system.

Currently the RadControls display their own font which differs from my global font.
How do I change this? Obviously I mean WITHOUT having to specify any font attributes on the RadGrid controls.

Thanks
Paolo
Rumen
Telerik team
 answered on 14 Dec 2011
1 answer
147 views
Upon upgrading to 2011.2.712.40 our calendar shifts position 177px below the text box - on inspection with firebug/dev toolbar I see a div called "rcShadTR" with a height of 177px.

In other environments where these controls have not been updated I don't see this div and the calendars work fine. All of the other controls in the upgrade seem to have gone fine except for the calendars.

If I use css to set the rcShadTR to display none the control doesn't break so Im a little confused as to what this div does.
Tsvetina
Telerik team
 answered on 14 Dec 2011
1 answer
121 views
Hi Friends,

By using Rad Controls we can create IE Add on or any other way is there?

thanks,
Rumen
Telerik team
 answered on 14 Dec 2011
1 answer
127 views
I am trying to paste some code into a RadEditor control from Word.

If I paste it into another application like Dreamweaver, it includes a <style> section when I view the HTML, like this:

<style type="text/css">
<!--
p.MsoNormal {
margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Cambria","serif";
}
p.MsoListParagraphCxSpLast {
margin-top:0cm;
margin-right:0cm;
margin-bottom:.0001pt;
margin-left:36.0pt;
font-size:12.0pt;
font-family:"Cambria","serif";
}
span.MsoHyperlink {
color:blue;
text-decoration:underline;
text-underline:single;
}
-->
</style>

If I paste it into the RadEditor control and look at the HTML, it includes everything apart from the <style> section. This means that some of the formatting defined in the <style> is not shown.

If I manually paste this section using the HTML editor in the RadEditor control it looks fine. However, the people who will be using the system are not technical enough to do this.

Is it possible to configure an option to include this when it is pasted (or if not, configure Word so that it applies they styling to the text elements itself rather than using inline CSS when you copy from it)?

Thanks, Richard


Dobromir
Telerik team
 answered on 14 Dec 2011
8 answers
563 views
We have a single video upload field as part of a larger form. All fields in the form, including the upload field, need to be required. We're having trouble figuring out how to make the radupload field required as the required field validator control won't work with radupload.

I saw an earlier question on the same topic but the answer just referred back to the custom validator which seems to validate for file type and size but I didn't see anywhere where it would validate that there is actually a file selected.

thanks for any help/direction you can give.

Jeff
Dimitar Terziev
Telerik team
 answered on 14 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?