or
Hello,
Every created appointment, there is gape in Appointment Scheduler slot. It is not show the full color in that appointment slot and it remain some space. It created a lot of problem when we try to manipulate lunch and block time. It created appointment in remaining gape area. It should not occurred this type of gape.
Also, I attached the related file of this problem.
Please help me as soon as possible.
Thanks
Best Regards
Mutum Jiten Singh
if(typeof(ValidatorSetFocus)=="function"){ValidatorSetFocus=function(d,a){var g;if(typeof(d.controlhookup)=="string"){var f;if((typeof(a)!="undefined")&&(a!=null)){if((typeof(a.srcElement)!="undefined")&&(a.srcElement!=null)){f=a.srcElement;}else{f=a.target;}}if((typeof(f)!="undefined")&&(f!=null)&&(typeof(f.id)=="string")&&(f.id==d.controlhookup)){g=f;}}if((typeof(g)=="undefined")||(g==null)){g=document.getElementById(d.controltovalidate);}var c=false;if((g.style)&&(typeof(g.style.visibility)!="undefined")&&(g.style.visibility=="hidden")&&(typeof(g.style.width)!="undefined")&&(document.getElementById(g.id+"_text")||document.getElementById(g.id+"_dateInput_text"))&&(g.tagName.toLowerCase()=="input"||g.tagName.toLowerCase()=="textarea")){c=true;}if((typeof(g)!="undefined")&&(g!=null)&&(g.tagName.toLowerCase()!="table"||(typeof(a)=="undefined")||(a==null))&&((g.tagName.toLowerCase()!="input")||(g.type.toLowerCase()!="hidden"))&&(typeof(g.disabled)=="undefined"||g.disabled==null||g.disabled==false)&&(typeof(g.visible)=="undefined"||g.visible==null||g.visible!=false)&&(IsInVisibleContainer(g)||c)){if(g.tagName.toLowerCase()=="table"&&(typeof(__nonMSDOMBrowser)=="undefined"||__nonMSDOMBrowser)){var e=g.getElementsByTagName("input");var b=e[e.length-1];if(b!=null){g=b;}}if(typeof(g.focus)!="undefined"&&g.focus!=null){if(c&&document.getElementById(g.id+"_text")){document.getElementById(g.id+"_text").focus();}else{if(c&&document.getElementById(g.id+"_dateInput_text")){document.getElementById(g.id+"_dateInput_text").focus();}else{g.focus();}}Page_InvalidControlToBeFocused=g;}}};function radAsyncUpload_OnClientValidate(source, arguments) { var rau = $find("<%= rauUpload.ClientID %>"); arguments.IsValid = rau._uploadedFiles.length > 0;}
Anyone have any thoughts?? I can't see why the RadInputControl.ValidatorSetFocus would be overriding the validation on an upload control...
Thanks!
Thad
RadChart1.Chart.Series.Clear() RadChart1.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Font = New Font("Arial", 10) RadChart1.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Color = Color.Black RadChart1.PlotArea.XAxis.AutoScale = False RadChart1.PlotArea.XAxis.AddItem("Jan") RadChart1.PlotArea.XAxis.AddItem("Feb") RadChart1.PlotArea.XAxis.AddItem("Mar") RadChart1.PlotArea.XAxis.AddItem("Apr") RadChart1.PlotArea.XAxis.AddItem("May") RadChart1.PlotArea.XAxis.AddItem("Jun") RadChart1.PlotArea.XAxis.AddItem("Jul") RadChart1.PlotArea.XAxis.AddItem("Aug") RadChart1.PlotArea.XAxis.AddItem("Sep") RadChart1.PlotArea.XAxis.AddItem("Oct") RadChart1.PlotArea.XAxis.AddItem("Nov") RadChart1.PlotArea.XAxis.AddItem("Dec") RadChart1.PlotArea.XAxis.LayoutMode = ChartAxisLayoutMode.Between Dim currentSeries As ChartSeries = New ChartSeries("Current", ChartSeriesType.Line) RadChart1.AddChartSeries(currentSeries) currentSeries.Appearance.Border.Color = Color.Black currentSeries.Appearance.ShowLabels = False Dim priorSeries As ChartSeries = New ChartSeries("Previous", ChartSeriesType.Line) RadChart1.AddChartSeries(priorSeries) priorSeries.Appearance.FillStyle.FillType = FillType.Solid priorSeries.Appearance.TextAppearance.TextProperties.Font = New Font("Verdana", 6) priorSeries.Appearance.TextAppearance.TextProperties.Color = Color.Black priorSeries.Appearance.LabelAppearance.Border.Color = Color.Black priorSeries.Appearance.LabelAppearance.FillStyle.MainColor = Color.IndianRed priorSeries.Appearance.LabelAppearance.FillStyle.FillType = FillType.Solid<telerik:RadComboBox ID="cboAgencies" runat="server" EmptyMessage="Type to Search..."<BR> EnableAutomaticLoadOnDemand="true" EnableVirtualScrolling="true" ItemsPerRequest="100"<BR> AutoPostBack="true" MarkFirstMatch="True" Skin="WebBlue" Width="205px" OnSelectedIndexChanged="cboAgencies_SelectedIndexChanged"><BR> <WebServiceSettings Method="GetAgencies" Path="Talent.aspx" /><BR> </telerik:RadComboBox><BR><BR> <telerik:RadComboBox ID="cboAgents" runat="server" EmptyMessage="Type to Search..."<BR> EnableAutomaticLoadOnDemand="true" EnableVirtualScrolling="true" ItemsPerRequest="100"<BR> MarkFirstMatch="True" Skin="WebBlue" Width="205px" AutoPostBack="true" OnSelectedIndexChanged="cboAgents_SelectedIndexChanged"><BR> <WebServiceSettings Method="GetAgents" Path="Talent.aspx" /><BR> </telerik:RadComboBox><BR>
<P>cboAgencies.Text = null; //Also tried ""<BR>cboAgencies.SelectedValue = null;<BR>cboAgencies.ClearSelection();</P> <P><BR>cboAgents.Text = null;<BR>cboAgents.SelectedValue = null;<BR>cboAgents.ClearSelection();</P>