or
<
Columns
>
<
telerik:GridClientSelectColumn
UniqueName
=
"column1"
>
</
telerik:GridClientSelectColumn
>
<
telerik:GridTemplateColumn
UniqueName
=
"TemplateColumn"
>
<
ItemTemplate
>
<
asp:Image
ID
=
"okimg"
BorderWidth
=
"0px"
ImageUrl
=
"hinh/MailFlagRed.png"
Style
=
"float: right; cursor: pointer;"
runat
=
"server"
>
</
asp:Image
>
</
ItemTemplate
>
</
telerik:GridTemplateColumn
>
</
Columns
>
<
telerik:radgrid
runat
=
"server"
DataSourceID
=
"dsFindNavCustomers"
GridLines
=
"None"
ID
=
"grdCustomers"
AutoGenerateColumns
=
"False"
AllowPaging
=
"True"
AllowSorting
=
"True"
PageSize
=
"15"
AllowFilteringByColumn
=
"True"
CellSpacing
=
"0"
>
<
PagerStyle
Mode
=
"Slider"
/>
<
FilterItemStyle
HorizontalAlign
=
"Left"
/>
<
MasterTableView
datasourceid
=
"dsFindNavCustomers"
nomasterrecordstext
=
"There are no customers matching your filters."
>
<
Columns
>
<
telerik:GridTemplateColumn
DataField
=
"No."
HeaderText
=
"Customer No."
UniqueName
=
"CustomerNo"
>
<
ItemTemplate
>
<
asp:Label
ID
=
"lblCustomerNo"
runat
=
"server"
Text='<%# Container.DataItem("No.") %>'></
asp:Label
>
</
ItemTemplate
>
<
HeaderStyle
Font-Bold
=
"True"
Font-Italic
=
"False"
Font-Overline
=
"False"
HorizontalAlign
=
"Left"
Font-Strikeout
=
"False"
Font-Underline
=
"False"
Width
=
"100px"
Wrap
=
"True"
/>
<
ItemStyle
HorizontalAlign
=
"Left"
/>
</
telerik:GridTemplateColumn
>
<
telerik:GridTemplateColumn
DataField
=
"Name"
HeaderText
=
"Customer Name"
FilterControlWidth
=
"120px"
UniqueName
=
"Name"
>
<
ItemTemplate
>
<
asp:Label
ID
=
"lblCustomerName"
runat
=
"server"
Text='<%# Eval("Name") %>'></
asp:Label
>
<
asp:Label
ID
=
"lblCompanyName"
runat
=
"server"
Text='<%# Eval("Company Name") %>' Visible="False"></
asp:Label
>
</
ItemTemplate
>
<
HeaderStyle
Font-Bold
=
"True"
Font-Italic
=
"False"
Font-Overline
=
"False"
HorizontalAlign
=
"Left"
Font-Strikeout
=
"False"
Font-Underline
=
"False"
Width
=
"200px"
Wrap
=
"True"
/>
<
ItemStyle
HorizontalAlign
=
"Left"
/>
</
telerik:GridTemplateColumn
>
<
telerik:GridTemplateColumn
DataField
=
"Contact"
HeaderText
=
"Contact Name"
FilterControlWidth
=
"120px"
UniqueName
=
"Contact"
>
<
ItemTemplate
>
<
asp:Label
ID
=
"lblContactPersonName"
runat
=
"server"
Text='<%# Eval("Contact") %>'></
asp:Label
>
</
ItemTemplate
>
<
HeaderStyle
Font-Bold
=
"True"
Font-Italic
=
"False"
Font-Overline
=
"False"
HorizontalAlign
=
"Left"
Font-Strikeout
=
"False"
Font-Underline
=
"False"
Wrap
=
"True"
/>
<
ItemStyle
HorizontalAlign
=
"Left"
/>
</
telerik:GridTemplateColumn
>
<
telerik:GridTemplateColumn
DataField
=
"City"
HeaderText
=
"Bill-to City"
FilterControlWidth
=
"110px"
UniqueName
=
"City"
>
<
ItemTemplate
>
<
asp:Label
ID
=
"lblCustomerCity"
runat
=
"server"
Text='<%# Eval("City") %>'></
asp:Label
>
</
ItemTemplate
>
<
HeaderStyle
Font-Bold
=
"True"
Font-Italic
=
"False"
Font-Overline
=
"False"
HorizontalAlign
=
"Left"
Font-Strikeout
=
"False"
Font-Underline
=
"False"
Width
=
"125px"
Wrap
=
"True"
/>
<
ItemStyle
HorizontalAlign
=
"Left"
/>
</
telerik:GridTemplateColumn
>
<
telerik:GridTemplateColumn
DataField
=
"State"
HeaderText
=
"Bill-to State"
FilterControlWidth
=
"50px"
UniqueName
=
"State"
>
<
ItemTemplate
>
<
asp:Label
ID
=
"lblCustomerState"
runat
=
"server"
Text='<%# Eval("State") %>'></
asp:Label
>
</
ItemTemplate
>
<
HeaderStyle
Font-Bold
=
"True"
Font-Italic
=
"False"
Font-Overline
=
"False"
HorizontalAlign
=
"Left"
Font-Strikeout
=
"False"
Font-Underline
=
"False"
Width
=
"65px"
Wrap
=
"True"
/>
<
ItemStyle
HorizontalAlign
=
"Left"
/>
</
telerik:GridTemplateColumn
>
<
telerik:GridTemplateColumn
UniqueName
=
"select"
>
<
ItemTemplate
>
<
asp:LinkButton
ID
=
"btnSelectCustomer"
runat
=
"server"
CausesValidation
=
"false"
CommandName
=
"Select"
Text
=
"Select"
></
asp:LinkButton
>
</
ItemTemplate
>
<
HeaderStyle
Width
=
"40px"
Font-Bold
=
"True"
Font-Italic
=
"False"
HorizontalAlign
=
"Left"
Font-Overline
=
"False"
Font-Strikeout
=
"False"
Font-Underline
=
"False"
Wrap
=
"True"
/>
<
FilterTemplate
>
</
FilterTemplate
>
<
ItemStyle
HorizontalAlign
=
"Center"
/>
</
telerik:GridTemplateColumn
>
</
Columns
>
</
MasterTableView
>
<
clientsettings
>
<
selecting
enabledragtoselectrows
=
"False"
/>
</
clientsettings
>
</
telerik:radgrid
>
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