Hello Support Team,
I have a query, so I need your help that I am using RadSlider control, as you know that there are imagebuttons on both of side slider control, but does not skip to the next image that is between the next dotted vertical lines. Could we change the left and right scrolling to skip to the next image instead of scrolling through the images. I have also attached an image, so you can grab it.
Have a nice day.
function
validate() {
if
(document.getElementById(
"<%=rcmbcurrencycode.ClientID%>"
).value ==
"Select"
) {
alert(
"Currency Code can not be blank"
);
return
false
;
}
if
(document.getElementById(
"<%=rtxtinteresttype.ClientID%>"
).value ==
""
) {
alert(
"Interest Type can not be blank"
);
return
false
;
}
}
var
alphaExp = /^[a-zA-Z]+$/;
if
(document.getElementById(
"<%=rtxtinteresttype.ClientID%>"
).value ==
""
) {
alert(
"Interest Type can not be blank"
);
return
false
;
if
(rtxtinteresttype.value.match(alphaExp)) {
return
true
;
}
else
{
alert(
"pls enter only numbers"
);
return
false
;
}
}
<
FONT
color
=
"#0000ff"
size
=
"2"
face
=
"Consolas"
><
FONT
color
=
"#0000ff"
size
=
"2"
face
=
"Consolas"
><
FONT
color
=
"#0000ff"
size
=
"2"
face
=
"Consolas"
><
telerik:RadPanelItem
Text
=
"Content Details"
Expanded
=
"True"
PostBack
=
"false"
Selected
=
"true"
><
BR
>
<
Items
><
BR
>
<
telerik:RadPanelItem
Text
=
"Description"
Value
=
"DESCRIPTION"
></
telerik:RadPanelItem
><
BR
>
<
telerik:RadPanelItem
Text
=
"Objectives/Requirements"
Value
=
"Requirements"
></
telerik:RadPanelItem
><
BR
>
<
telerik:RadPanelItem
Text
=
"Scenario Details"
Value
=
"ScenarioDetails"
></
telerik:RadPanelItem
>
<
BR
>
<
telerik:RadPanelItem
Text
=
"Categorization"
Value
=
"TrainingDiscipline"
></
telerik:RadPanelItem
><
BR
>
<
telerik:RadPanelItem
Text
=
"Simulator Details"
Value
=
"SimulatorDetails"
></
telerik:RadPanelItem
>
<
BR
>
<
BR
>
</
Items
><
BR
>
</
telerik:RadPanelItem
><
BR
></
FONT
></
FONT
></
FONT
>
Now I want to maintain the Selected Item even if click the Root Item(Here : "DESCRIPTION").
if click any item under "DESCRIPTION" then the selected item is highlighted
and Now if click the root item i.e."DESCRIPTION" then the "DESCRIPTION" is Highlighted, but i want to hhighlight the child Item i.e "Categorization", because i'm still on the same page.
I attached the screen shots also. I want to maintain the Highlighted selected Item based on the current page.
Thanks in Advance
karthik