I have a telerik:RadScheduler control in my page. We can expand this slot by dragging from the bottom. Internally the appointment is getting changed. But while expanding, it is not displaying the shadow at the background. This issue is occuring in Internet Explorer, while it is working properly in Google Chrome. Can anyone please help me on this.
<telerik:RadScheduler ID="RadSchedulerReceivingBay" runat="server" GroupBy="Bay"
DataSourceID="ObjectDataSourceBookingScheduleItem" DataKeyField="BookingID" DataSubjectField="Vendor"
DataStartField="Start" DataEndField="End" Height="100%"
Culture="en-GB" ShowAllDayRow="False" ShowDateHeaders="False"
ShowFooter="True" ShowHeader="False" ShowNavigationPane="False"
ShowViewTabs="False" MinutesPerRow="15"
DayStartTime="05:00:00" Font-Size="8pt"
onappointmentdatabound="RadSchedulerReceivingBay_AppointmentDataBound"
onappointmentinsert="RadSchedulerReceivingBay_AppointmentInsert"
onappointmentupdate="RadSchedulerReceivingBay_AppointmentUpdate"
RowHeight="20px"
StartInsertingInAdvancedForm="True"
onformcreating="RadSchedulerReceivingBay_FormCreating"
onformcreated="RadSchedulerReceivingBay_FormCreated"
onappointmentdelete="RadSchedulerReceivingBay_AppointmentDelete"
onclientappointmentmoving="OnClientAppointmentMoving"
onclientappointmentdeleting="ResetTimer"
onclientappointmentediting="ResetTimer"
onclientappointmentinserting="ResetTimer"
onclientappointmentmoveend="ClientAppointmentChangeConfirm" WorkDayEndTime="23:59:00"
CustomAttributeNames="TimeStampString,IsBlocker" EnableCustomAttributeEditing="True"
AdvancedForm-Modal="False" WorkDayStartTime="00:00:00"
onclientappointmentresizeend="ClientAppointmentChangeConfirm"
NumberOfHoveredRows="1"
onappointmentcreated="RadSchedulerReceivingBay_AppointmentCreated"
ondatabound="RadSchedulerReceivingBay_DataBound"
onappointmentcommand="RadSchedulerReceivingBay_AppointmentCommand"
EnableEmbeddedSkins="true" EnableEmbeddedBaseStylesheet="true">
<AdvancedForm EnableCustomAttributeEditing="True" />
<ResourceTypes>
<telerik:ResourceType KeyField="ReceivingBayID" Name="Bay" TextField="Name" ForeignKeyField="ReceivingBayID"
DataSourceID="ObjectDataSourceBays" />
</ResourceTypes>
<AdvancedEditTemplate>
<uc2:BookingDetailControl ID="BookingDetailControl" runat="server" Action="edit" />
</AdvancedEditTemplate>
<DayView WorkDayEndTime="18:00:00" />
<AdvancedInsertTemplate>
<uc2:BookingDetailControl ID="BookingDetailControl" runat="server" Action="insert" />
</AdvancedInsertTemplate>
</telerik:RadScheduler>
maybe vessy help radwizard loop problem. please see below vessy
on last step - StepType="Complete" want to have button to start Wizard over client-side only please
this button in Complete step goes back to step 1 - RadWizard.get_wizardSteps().getWizardStep(0).set_active(true);
but step missing progress bar and navigation tools - please help
<
h4
style
=
"text-align: right;"
>Quieres añadir otra?</
h4
>
<
div
style
=
"float: right; padding-right: 25px;"
>
<
telerik:RadButton
runat
=
"server"
Text
=
"Añadir"
Font-Size
=
"Large"
Width
=
"100px"
Height
=
"65px"
AutoPostBack
=
"false"
CausesValidation
=
"false"
OnClientClicked
=
"RadButtonAdd"
/>
</
div
>
Hi,
could somebody give me an advice, how to manage if I need to know whether some RadTextbox has focus on not. I know, I can do it through onfocus and onblur client side events, but I want it to achieve through jQuery.
For now I found this link:
https://stackoverflow.com/questions/967096/using-jquery-to-test-if-an-input-has-focus
I tried to to use this $(mytelerikradtextbox).is(":focus") to check whether control has focus, but it still returns false even it has focus. Shouldn't I apply it on input child ?
Thanks for the right direction :-)
Vasssek
I have a RadGrid control in my web page(.aspx). It is displaying a list of data. First column of this grid is a link and when link is clicked a scheduler at the last side is updated. When the vertical scrollbar is at the middle or at the end and if a row is clicked the scrollbar is resetting to top, although the particular row is selected and the scheduler is updated as well. This issue is happening only in Internet Explorer. In Google Chrome the scrollbar is working properly. I have set the property SaveScrollPosition to True. Can anyone help me on this.
<telerik:RadGrid ID="RadGridRequests" runat="server"
AutoGenerateColumns="False" GridLines="None"
Height="520px"
onitemdatabound="RadGridRequests_ItemDataBound"
onselectedindexchanged="RadGridRequests_SelectedIndexChanged"
EnableEmbeddedSkins="true" EnableEmbeddedBaseStylesheet="true">
<ClientSettings EnablePostBackOnRowClick="True">
<Scrolling AllowScroll="True" UseStaticHeaders="True" SaveScrollPosition="True">
</Scrolling>
</ClientSettings>
<
div
class
=
"fiFilterTitleBar"
>
<
asp:Label
ID
=
"lblFIFilter"
runat
=
"server"
CssClass
=
"fiHeading floatLeft"
Height
=
"24px"
BackColor
=
"#26A9E0"
>Featured Insights</
asp:Label
>
<
telerik:RadComboBox
ID
=
"radComboBoxFIFilter"
runat
=
"server"
Width
=
"200px"
AppendDataBoundItems
=
"false"
CssClass
=
"floatRight zIndex5"
AutoPostBack
=
"true"
ZIndex
=
"5"
DropDownCssClass
=
"zIndex5"
/>
<
asp:Label
ID
=
"lblFIFilterBy"
runat
=
"server"
AssociatedControlID
=
"radComboBoxFIFilter"
CssClass
=
"fiFilterLabel floatRight"
>Filter By: </
asp:Label
>
</
div
>
i have a radgrid that i have a buttoncolumn applied. the buttons work fine but i was curious if it is possible to only enable the button for the selected row?
If no rows are selected all buttons are shown, but disabled. when i click on a row the button on that row becomes enabled, and if i select another row, the button on the row i was on becomes disabled and the new row button is enabled?
i hope i am clear on this, im still very new to the telerik controls and c#. i have not been able to find anything on this matter.
Thanks!
Hello,
I want show the upper limit line and a lower limit line on a Line Chart which gets its data from databinding to SQLDataSource.
The upper limit values and lower limit value is fixed for a given chart.
How do I achieve it?
Thank you
Hi,
We are trying to upgrade the browser from IE9 to IE11.
We are using VS 2012 and Telerik controls for ASP.NET AJAX version 2013.3.1114.45.
We are configuring the radgrid programmatically in .cs page and already set the MasterView width to 100%.
The grid is not displayed properly in IE 11 compatibility mode. But displayed correctly in IE 11 normal mode.
Any idea how to resolve the mentioned issue ?
Thanks
Bhanu.