Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
141 views
Hello  Telerik team.

I need help aboout we have a TextBox property issue.

We are using some textbox controls in the RadWindow control.

I set the SelectionOnFocus="SelectAll" and TextMode="MultiLine" properties on the textbox.

If close the window as soon as focus on textbox,  it raise telerik script error.

i'm attaching source code, and screen shot.
source code link is here: http://www.mediafire.com/?a2aebu7279wggus

PS. I have tested telerik version "2012.2.406.40" and "2012.1.320.40"
It still have problem both.

Vasil
Telerik team
 answered on 16 Apr 2012
2 answers
73 views
Hi

I want remove text from footer of telerik grid which shows total item in total pages.
For more details I have attached screen shot.

Thanks in advance
Satyajit Kadam.

Satyajit
Top achievements
Rank 1
 answered on 16 Apr 2012
4 answers
195 views
Library: ASP.NET AJAX Q1 2009
Control: RadEditor
Browser: IE7 or above

When a RadEditor control is presented and the user types an email address like "rpresser@aleyant.com", the RadEditor automatically changes it to a mailto: hyperlink.  If they type "www.aleyant.com" it is automatically changed to a hyperlink to http://www.aleyant.com. Et cetera.  The hyperlink can then be manually removed, but that's an extra step.

The automatic recognition does not happen if the browser is anything else: Chrome, Firefox, Safari, Opera...

How can the behavior be turned off for IE so that we get a uniform experience?
aSta
Top achievements
Rank 2
 answered on 16 Apr 2012
1 answer
90 views
Hi,

I updated to the latest Q1 SP1 release yesterday, moving from a release around Oct last year.  The drag and drop on my calendars doesn't work anymore.  Is there a breaking change that may have caused this?

Regards,

Jon
Jon
Top achievements
Rank 1
 answered on 16 Apr 2012
10 answers
176 views
Is it possible to display the progress indicators regardless of the size of the file being uploaded? I would still like a visual indicator for my users even if the file is uploaded in a few seconds. I've currently just dropped the indicators in as follows, but we don't currently allow uploads of over 10MB meaning I haven't seen these indicators yet :-)

<telerik:RadProgressManager ID="progressManager" runat="server" /> 
                <telerik:RadProgressArea ID="progressArea" runat="server"  
                    EnableEmbeddedSkins="false" Skin="FileExplorer"  
                    DisplayCancelButton="true" > 
                    <Localization Uploaded="Uploaded" /> 
                </telerik:RadProgressArea> 

And in the page load event I call this function:

private void SetProgressAreaProperties() 
    { 
        progressArea.ProgressIndicators = ProgressIndicators.CurrentFileName | 
            ProgressIndicators.RequestSize | 
            ProgressIndicators.TimeElapsed | 
            ProgressIndicators.TimeEstimated | 
            ProgressIndicators.TotalProgress | 
            ProgressIndicators.TotalProgressBar | 
            ProgressIndicators.TotalProgressPercent | 
            ProgressIndicators.TransferSpeed; 
    } 

EDIT: Oh and not sure if it matters but I am using a standard HTML upload control as opposed to your file upload control for this.

Thanks,

Michael
Genady Sergeev
Telerik team
 answered on 16 Apr 2012
2 answers
145 views
Trying to create a resource scheduler for an application and getting odd behavior from timeline view in conjunction with group by and group by direction = vertical.

here is the aspx code:
<telerik:RadScheduler ID="radScheduler" runat="server" Width="965px" OnResourcesPopulating="radScheduler_ResourcesPopulating" OnClientAppointmentsPopulated="OnClientAppointmentsPopulated"
        Height="500px" DayStartTime="07:00:00" OnClientAppointmentClick="onAppointmentClick" OnClientAppointmentsPopulating="OnClientAppointmentsPopulating"
        OnClientAppointmentDoubleClick="OnClientAppointmentDoubleClick" OnClientAppointmentDataBound="OnClientAppointmentDataBound"  OverflowBehavior="Scroll" GroupBy="Tech"
        GroupingDirection="Vertical" SelectedView="TimelineView" EnableExactTimeRendering="true"
        OnClientAppointmentEditing="OnClientAppointmentEditing" AllowDelete="false" AllowInsert="false" OnClientAppointmentCreated="OnClientAppointmentCreated" >       
        <AdvancedForm Enabled="false" Modal="true" />
        <TimelineView SlotDuration="0:30:00" NumberOfSlots="32" TimeLabelSpan="2" HeaderDateFormat="M/d/yyyy h:mm tt" StartTime="5:00" ColumnHeaderDateFormat="h:mmtt" ShowInsertArea="false"  />
        <MonthView AdaptiveRowHeight="true" VisibleAppointmentsPerDay="20"  />
        <WebServiceSettings Path="/services/ResourceScheduler.asmx" ResourcePopulationMode="ServerSide" />
    </telerik:RadScheduler>

Issues:
  • Strange spacing in rows with appointments after the first row with appointments. It looks like it is adding spacing for appointments that are not there for that resource
  • Overlapping appointments are being hidden. If you look at the ungrouped calendar in day view there is an appointment from 1 - 2 that is hidden below the 10:30 - 5 appointment.
Bozhidar
Telerik team
 answered on 16 Apr 2012
10 answers
309 views
Hi,

We need the rotator to cycle using both the buttons AND advance automatically every 5 seconds if nothing is clicked
(RotatorType = Buttons AND AutomaticAdvance). Is this possble?

Also, we would like to pause the automatic advance if the user's mouse is hovered over the rotator.

Thanks!
Leigh
Top achievements
Rank 1
 answered on 16 Apr 2012
1 answer
105 views
I am using RadProgressArea for a button click.

It disturb my page desigg when executed.

Is it possible to display the  RadProgressArea as modal popup.

Please guide me.


Genady Sergeev
Telerik team
 answered on 16 Apr 2012
5 answers
77 views
This is my first time using the RADCHART.

I am trying to create a simple line chart.  My data source pulls back 3 columns, Year, Month, and Accuracy (should display as a percent)

However, everything I try the graph is not right.  I basically want to the line be the Accuracy percent with the x axis being Year Month.

Any help would be great.
Petar Marchev
Telerik team
 answered on 16 Apr 2012
1 answer
140 views
How can I change the text of the 'ShowMoreResultsBox' area??
It generates '.rcbMoreResults span' element

Thanks
Shinu
Top achievements
Rank 2
 answered on 16 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?