I have few charts
Is there a way to align charts/legends to be same size across all graphs?
I have a TreeList inside a RadMultiPage and using a RadTabStrip to select the pages. When the tab is first selected the TreeList loads as expected. But after clicking the tab a second time, the TreeList shows the hidden columns. I believe that it may be related to the view state not being passed to the server on post back. Ideally, i would like the OnNeedDataSource event to fire again to rebuild the TreeList but I'd still like to maintain the view state as well.
I've attached the source files as images.
Thanks
As i am responsible to make our site 508 compliant, i used Wave (chrome) to check the pages for any potential issues. It turns out that Wave flagged the page because the generated HTML contains a <th> tag without a text.
<caption style="display:none;">
RadDatePicker
</caption><thead style="display:none;">
<tr>
<th scope="col"></th>
</tr>
</thead>
1- Why does Telerik generates a <th> tag without a text. It should have been
<caption style="display:none;">
RadDatePicker
</caption><thead style="display:none;">
<tr>
<th scope="col">RadDatePicker</th>
</tr>
</thead>
2- The same issue occured with the title Navigation bar- Was a property not properly set?
<caption>
<span style="display:none;">Title and navigation</span>
</caption><thead>
<tr style="display:none;">
<th scope="col"></th>
</tr>
</thead>
Kindly advise
<
div
id
=
"ctl00_ContentPlaceHolder1_txtBirthDate_wrapper"
class
=
"RadPicker RadPicker_Default"
style
=
"display:inline-block;width:160px;"
>
<
input
style
=
"visibility:hidden;display:block;float:right;margin:0 0 -1px -1px;width:1px;height:1px;overflow:hidden;border:0;padding:0;"
id
=
"ctl00_ContentPlaceHolder1_txtBirthDate"
name
=
"ctl00$ContentPlaceHolder1$txtBirthDate"
type
=
"text"
class
=
"rdfd_ radPreventDecorate"
value
=
""
title
=
"Visually hidden input created for functionality purposes."
><
table
cellspacing
=
"0"
class
=
"rcTable rcSingle"
summary
=
"Table holding date picker control for selection of dates."
style
=
"width:100%;"
>
<
caption
style
=
"display:none;"
>
RadDatePicker
</
caption
><
thead
style
=
"display:none;"
>
<
tr
>
<
th
scope
=
"col"
></
th
>
</
tr
>
</
thead
><
tbody
>
<
tr
>
<
td
class
=
"rcInputCell"
style
=
"width:100%;"
><
span
id
=
"ctl00_ContentPlaceHolder1_txtBirthDate_dateInput_wrapper"
class
=
"riSingle RadInput RadInput_Default"
style
=
"display: block; width: 100%;"
><
input
id
=
"ctl00_ContentPlaceHolder1_txtBirthDate_dateInput"
name
=
"ctl00$ContentPlaceHolder1$txtBirthDate$dateInput"
class
=
"riTextBox riEnabled"
type
=
"text"
><
input
id
=
"ctl00_ContentPlaceHolder1_txtBirthDate_dateInput_ClientState"
name
=
"ctl00_ContentPlaceHolder1_txtBirthDate_dateInput_ClientState"
type
=
"hidden"
autocomplete
=
"off"
value
=
"{"enabled":true,"emptyMessage":"","validationText":"","valueAsString":"","minDateStr":"1900-01-01-00-00-00","maxDateStr":"2099-12-31-00-00-00","lastSetTextBoxValue":""}"
></
span
></
td
><
td
><
a
title
=
"Open the calendar popup."
href
=
"#"
id
=
"ctl00_ContentPlaceHolder1_txtBirthDate_popupButton"
class
=
"rcCalPopup"
>Open the calendar popup.</
a
><
div
id
=
"ctl00_ContentPlaceHolder1_txtBirthDate_calendar_wrapper"
style
=
"display:none;"
>
<
table
id
=
"ctl00_ContentPlaceHolder1_txtBirthDate_calendar"
summary
=
"Calendar control which enables the selection of dates."
cellspacing
=
"0"
class
=
"RadCalendar RadCalendar_Default"
border
=
"0"
>
<
caption
>
<
span
style
=
"display:none;"
>Calendar</
span
>
</
caption
><
thead
>
<
tr
>
<
td
class
=
"rcTitlebar"
><
table
cellspacing
=
"0"
summary
=
"Title and navigation which can change and show the current year and month."
border
=
"0"
>
<
caption
>
<
span
style
=
"display:none;"
>Title and navigation</
span
>
</
caption
><
thead
>
<
tr
style
=
"display:none;"
>
<
th
scope
=
"col"
></
th
>
</
tr
>
</
thead
><
tbody
>
<
tr
>
<
telerik:RadAsyncUpload runat="server" ID="AsyncUpload1" MultipleFileSelection="Automatic" UseApplicationPoolImpersonation="true" TemporaryFolder="E://Applications//SPC Folder"/>
Please let me know how can I get this resolved.
Hello,
I would like your attention that following code is the format which I paste in Editor control. I want same format in PDF print also.
Hhere is Code:
a b c d e f g h i j k l<br />
<br />
<strong style="font-family: "times new roman"; font-weight: bold;">a b c d e f g h i j k l<br />
</strong><br />
<strong style="font-weight: bold; font-size: 14.6667px;"><span style="font-size: 26pt;">a b c d e f g h i j k l</span><br />
<span style="font-family: "times new roman";">
a</span><span class="Apple-tab-span" style="white-space: pre; font-family: "times new roman";"> </span><span style="font-family: "times new roman";">b</span><br />
</strong><br />
<table style="font-family: "times new roman"; font-weight: bold; border: 1px solid black; width: 35%;">
<tbody>
<tr>
<td style="border: 1px solid black;"> 1</td>
<td style="border: 1px solid black;"> 2</td>
</tr>
<tr>
<td style="border: 1px solid black;"> 4</td>
<td style="border: 1px solid black;"> 5</td>
</tr>
<tr>
<td style="border: 1px solid black;"> 7</td>
<td style="border: 1px solid black;"> 8</td>
</tr>
</tbody>
</table>
<br />
<br />
<br />
<br />
njhsjkdfhsf<br />
<br />
<br />
<br />
sdfjoidsfhio<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
dsfjjhdslkfjsd<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
sdifolsdkfosdhfoiu<br />
<br />
I will appreciate if you give me solution. I am waiting your reply
Regards,
Satosh
I am new to radgrids. I have an .ascx user control that pops up for editing the record. When it pops up there is an 'extra' slim section added across the top of my control with an 'X' button (all the way to the right) for closing. See attached file/image. How/what would I add to add a pop-up a confirmation?
Thanks for your help.
I have been searching for some kind of example on how this is done, but I need to have a column in my grid that has link buttons post back to the server. All of the examples I have found are for a single control. I have tried to extrapolate that into dynamic controls but have been unsuccessful.
there are 5 columns in the grid: Report Name, Requested Time, Completed Time, Execution Time, Status, Action
If the status is Completed the Action TemplateColumn shows a link button that must post back as I have to call a WCF Service to retrieve a non-local file for download.
This works if I remove the Ajax component. I just can't get it working correctly with the Ajax enabled.
Please provide me some guidance on this.
I have been searching for some kind of example on how this is done, but I need to have a column in my grid that has link buttons post back to the server. All of the examples I have found are for a single control. I have tried to extrapolate that into dynamic controls but have been unsuccessful.
there are 5 columns in the grid: Report Name, Requested Time, Completed Time, Execution Time, Status, Action
If the status is Completed the action item shows a link button that must post back as I have to call a WCF Service to retrieve a non-local file for download.
This works if I remove the Ajax component. I just can't get it working correctly with the Ajax enabled.
Please provide me some guidance on this.
Thanks
Hi, I'm struggling to get times to be consistent between the RadScheduler when retrieving data from Exchange via EWS. I only need to work in GMT timezone. I've set what I think are all necessary TimeZones to GMT, but when retrieving the data the appointments are shown +1 hour as compared to Outlook. Some example code to show what is happening is below. When adding a new appointment this seems to work OK and is consistent. When updating however, the e.ModifiedAppointment.Start date is an hour behind what I actually choose in the RadScheduler. Any help appreciated.
<telerik:RadScheduler TimeZoneID="GMT Standard Time" RenderMode="Lightweight" runat="server" ID="RadScheduler1" DayStartTime="07:00:00" Height="600px"
DayEndTime="20:00:00" OnAppointmentInsert="RadScheduler1_AppointmentInsert"
OnAppointmentUpdate="RadScheduler1_AppointmentUpdate" OnAppointmentDelete="RadScheduler1_AppointmentDelete"
DataKeyField="ID" DataSubjectField="Subject" DataStartField="Start" DataEndField="End" DataTimeZoneIdField="TimeZone" Skin="WebBlue"
RowHeight="28px" MinutesPerRow="30" FirstDayOfWeek="Monday" LastDayOfWeek="Friday" OverflowBehavior="Auto">
<AdvancedForm Modal="true"></AdvancedForm>
<TimelineView UserSelectable="false"></TimelineView>
<TimeSlotContextMenuSettings EnableDefault="true"></TimeSlotContextMenuSettings>
<AppointmentContextMenuSettings EnableDefault="true" ></AppointmentContextMenuSettings>
<Reminders Enabled="false"></Reminders>
</telerik:RadScheduler>
Public Function LoadAppointments() As List(Of RevAppointment)
Dim appointments As New List(Of RevAppointment)
Dim now = Date.Now
Dim startDate As Date = New Date(now.Year, now.Month, now.Day, 0, 0, 0)
Dim endDate As Date = startDate.AddDays(7)
Dim calendar As CalendarFolder = CalendarFolder.Bind(Me.ExService, WellKnownFolderName.Calendar, New PropertySet())
Dim cView As New CalendarView(startDate, endDate, 250)
cView.PropertySet = New PropertySet(AppointmentSchema.Subject, AppointmentSchema.Start, AppointmentSchema.End, AppointmentSchema.Id, AppointmentSchema.TimeZone, AppointmentSchema.StartTimeZone, AppointmentSchema.EndTimeZone)
Dim cAppointments As FindItemsResults(Of Microsoft.Exchange.WebServices.Data.Appointment) = calendar.FindAppointments(cView)
For Each cAppointment In cAppointments
Dim tz = TimeZoneInfo.GetSystemTimeZones().FirstOrDefault(Function(x) x.DisplayName = cAppointment.TimeZone)
Dim appointment As New RevAppointment
appointment._id = cAppointment.Id.ToString
appointment.Start = cAppointment.Start
appointment.End = cAppointment.End
appointment.Subject = cAppointment.Subject
appointment.TimeZone = tz.Id
appointments.Add(appointment)
Next
Return appointments
End Function
Protected Sub RadScheduler1_AppointmentUpdate(ByVal sender As Object, ByVal e As Telerik.Web.UI.AppointmentUpdateEventArgs)
Dim id As New ItemId(e.Appointment.ID)
Dim ps As New PropertySet(AppointmentSchema.Subject, AppointmentSchema.Start, AppointmentSchema.End, AppointmentSchema.Id, AppointmentSchema.TimeZone, AppointmentSchema.IsMeeting)
Dim updatedAppt As Appointment = Appointment.Bind(Me.ExService, id, ps)
updatedAppt.Subject = e.ModifiedAppointment.Subject
updatedAppt.Body = e.ModifiedAppointment.Description
updatedAppt.Start = e.ModifiedAppointment.Start
updatedAppt.End = e.ModifiedAppointment.End
updatedAppt.Location = ""
updatedAppt.ReminderDueBy = DateAdd(DateInterval.Minute, -15, e.ModifiedAppointment.Start)
Dim mode As SendInvitationsOrCancellationsMode
If updatedAppt.IsMeeting Then
mode = SendInvitationsOrCancellationsMode.SendToAllAndSaveCopy
Else
mode = SendInvitationsOrCancellationsMode.SendToNone
End If
updatedAppt.Update(ConflictResolutionMode.AlwaysOverwrite, mode)
End Sub