Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
128 views
hi, a year ago a big web information system was developed by our team using radcontrols 2007 Q2, now we want to modifiy the tooltips and messages and the whole date selection system to spanish. but we want to change it somehow we wont need to modify one form at a time because it will take for ever.

Is there a way to do so modifying any Js or Css or something else? or to just execute a function (vb in code-behind or JS on client-side) wich change it on every form?

Does the calendar have something to do with the operating system is looking at it? I mean, if we make the changes to spanish in the code, if someone else using an english OS enters the site how would be displayed? english or spanish format? is there a way to take rid of that?
plamen
Top achievements
Rank 1
 answered on 21 Jul 2008
2 answers
120 views
I added a RadStyleSheetManager to my app expecting that all css files would be consolidated into a single one as is mentioned in this article:

http://blogs.telerik.com/InASearchForTheLimits/Posts/08-02-14/Squeezing_the_last_millisecond_from_the_page_load_time.aspx?ReturnURL=%2Fblogs.aspx

However, I found that all of the Telerik 'base' css files are still coming down individually. Might I be missing something?

Thanks,
Ross
rwozniak
Top achievements
Rank 1
 answered on 21 Jul 2008
3 answers
173 views

I am building a Portal site, starting with the MyPortal example and building on that.  It displays fine in Firefox, but in IE, if all of the docks do not fit on screen, the docks do not scroll properly with the page.

I have 2 RadDockLayouts, one with 2 RadDockZones and the other with 3.  Each RadDockLayout contains a hidden UpdatePanel, which are used, in conjunction with client script, to dynamically add and remove docks from the page, and allow asynchronous callbacks for dock position changed and command events.

The main differences I can see from the included portal examples are that there are 2 RadDockLayouts instead of 1, and the portal sits within a content page.  The Master page being used contains a RadTabStrip, which on mouse over shows a RadMenu.

In IE, when the page scrolls, the master content scrolls, but the docks do not.  So any docks which protrude off screen remain off screen.  For example if there are 6 docks on the page, and 2 are not visible, and 2 have only the top half visible, they will stay that way and their content cannot be accessed by scrolling.  Also, if the RadTabStrip is showing a menu, the menu does not scroll, leaving it in the middle of the page, detached from the main menu (the RadTabStrip does scroll with the page however).

This behaviour occurs in IE6 and IE7, except that IE7 displays 2 scrollbars, the outer one scrolling the entire window, and the inner one displaying the same behaviour where the master content scrolls and the docks do not.

Please help!  I can see that the demos work in IE6, so it must be something that I’m doing differently.

Sophy
Telerik team
 answered on 21 Jul 2008
13 answers
298 views

Hi we have radeditor installed and almost working on our Moss 2007 setup, however the Image Gallery and Spell checker dont work.

When clicking the spell checker the spell checker loads up and just stays there meaning a user has to exit the page and start again.

The image gallery /  insert picture icon on the toolbar does not show any pictures in the browse window even if there are pictures in the folder.

Any ideas (please)!!!

 Cheers Damien

damien
Top achievements
Rank 1
 answered on 21 Jul 2008
1 answer
106 views
Hi,

We are currently experiencing a problem with Scheduler when it's nested inside a div structure. When the scheduler loads, it loads to its minimum size. When the view is changed, the Scheduler fills the area of the div. I have tried to define the height to 100% and various heights. It does not respond. The scheduler and site are variable width.

This is the wrapper around the scheduler and the scheduler:
              <div class="var_win">
<table class="var_win_top">
<tr>
<td class="t_cl"><img src="../images/blue/spacer.gif" alt=" " width="5" height="1" /></td>
<td class="t_center"><div class="inline_img_16"><img src="../images/blue/chev_dwn.png" alt="expanded" width="16" height="16" /></div><h1>Students</h1><div class="icn_right"><a id="Student" href="javascript:rwShowDialogSideBarMenu('StudentManager');"><img src="../images/blue/icn_student.png" alt="student" width="16" height="16" /></a></div>
</td>
<td class="t_cr"><img src="../images/blue/spacer.gif" alt=" " width="5" height="1" /></td>
</tr>
</table>
<div class="middle">
<telerik:RadScheduler
ID="RadSchedulerCrewCalendar"
runat="server"
DataEndField="End"
DataKeyField="ID"
ProviderName = "SchedulerData"
DataStartField="Start"
DataSubjectField="Subject"
FirstDayOfWeek="Monday"
LastDayOfWeek="Friday"
SelectedView="TimelineView"
OnAppointmentCreated="RadSchedulerCrewCalendar_AppointmentCreated"
OnAppointmentInsert="RadSchedulerCrewCalendar_AppointmentInsert"
OnClientAppointmentInserting="AppointmentInserting"
OnClientAppointmentEditing="AppointmentEditing">
<WeekView GroupingDirection="Vertical" />
<TimelineView GroupBy="Crew" GroupingDirection="Vertical" NumberOfSlots="5" />
</telerik:RadScheduler>
</div>
<table class="var_win_btm">
<tr>
<td class="b_bl"><img src="../images/blue/spacer.gif" alt=" " width="5" height="1" /></td>
<td class="b_center"><img src="../images/blue/spacer.gif" width="1" height="1" alt=" " /></td>
<td class="b_br"><img src="../images/blue/spacer.gif" alt=" " width="5" height="1" /></td>
</tr>
</table>
</div>

Alex Gyoshev
Telerik team
 answered on 21 Jul 2008
2 answers
193 views

I'm using the trial version of the AJAX controls within a MOSS 2007 environment and need to customize the tree.

I am looking to remove the images on the left hand side and decrease the indent of the items. I changed the images by disabling by setting

EnableEmbeddedSkins="False"

and adding the .rtUL etc to our default css but I've had a request to bring the items more in-line
Root
--Node
-----Node

to
Root
-Node
--Node

Any sugestions?

Thanks,

Simon

Simon
Top achievements
Rank 1
 answered on 21 Jul 2008
5 answers
124 views
Hi I need some help,

RadColorPicker has a very strange look in a radgrideditcolumn (it looks ok everywhere else but in the grid. I pasted a snapshot here but I only can see a rectangler here somehow and not sure if you can see it. ):  Basically the dropdown area moved quater inch to the right side and background rectangler still in the same position when I click the Edit image button. I have no clue what cause that.


Georgi Tunev
Telerik team
 answered on 21 Jul 2008
2 answers
130 views
I have read through the documentation for the rad prompt and am wondering if there is any way to get the object specified in the call to rad prompt out?

For example, here is the function declaration from the documentation:
radprompt(text, callBackFn, oWidth, oHeight, callerObj, oTitle, defaultValue)

Can I get the callerObj information anyway inside of the call back function? I see the callback function only takes 1 argument, which is what the user types in.

We want to do this so that when the user clicks on a data grid cell, the data inside of that cell is passed to the javascript function, along with what the user entered in, so we can save this cell to a database with the specified name type in by the user.

Thanks

Eric
Eric Penetar
Top achievements
Rank 1
 answered on 21 Jul 2008
1 answer
452 views
Hi is there a way to display the Progress Area on the click of the Submit button?
Seems like the progress area doesn't show right away, until it starts uploading.
I would like to show the progress area right away so user knows that the postback has been initiated. and that they have clicked the submit button, instead of clicking it two or three times.


So some kind of client event first?
Veselin Vasilev
Telerik team
 answered on 21 Jul 2008
1 answer
119 views
I am developing a web application which is like a wizard. There are are a series of questions whose answers are entered in ASP elements(text boxes, drop downs, radio buttons etc). Can I use RadProgressAreaManager for showing the progress in filling the forms?? If yes, How do I configure it?
Veselin Vasilev
Telerik team
 answered on 21 Jul 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?