hi,
m using multiview in my form.
and in one view m using so many combo boxes.
when i load page at first time, combo boxes appear fine.
bt when i select dat veiw again, all the combo boxes have weird problem.
in all the combo boxes 'select' word appears in place of dropdown arrow image.
and all the items of the combo box becomes transperent. i m seeing items of combo box as well as the page behind that items.
and i cant select any item from dat.
pls do help me to solve this problem. i have simmilar error in lots of pages.
m using multiview in my form.
and in one view m using so many combo boxes.
when i load page at first time, combo boxes appear fine.
bt when i select dat veiw again, all the combo boxes have weird problem.
in all the combo boxes 'select' word appears in place of dropdown arrow image.
and all the items of the combo box becomes transperent. i m seeing items of combo box as well as the page behind that items.
and i cant select any item from dat.
pls do help me to solve this problem. i have simmilar error in lots of pages.
5 Answers, 1 is accepted
0

Meyer Mad
Top achievements
Rank 1
answered on 22 Feb 2010, 07:40 AM
hi,
i have the same problem with my customize Skin. In the Arrowbox is a Textmarker. The Arrowbox in Windows has a normal Cursor.
Has anyone a idea? The Problem is only in IE8, in FF work the Box fine.
MyCSS
i have the same problem with my customize Skin. In the Arrowbox is a Textmarker. The Arrowbox in Windows has a normal Cursor.
Has anyone a idea? The Problem is only in IE8, in FF work the Box fine.
MyCSS
/* RadComboBox Default skin */ |
/*global*/ |
.RadComboBox_mySkin, |
.RadComboBox_mySkin .rcbInput, |
.RadComboBoxDropDown_mySkin |
{ |
font: 12px Arial, Helvetica, sans-serif; |
color: #000000; |
} |
/* combobox */ |
.RadComboBox_mySkin .rcbInputCellLeft, |
.RadComboBox_mySkin .rcbInputCellRight, |
.RadComboBox_mySkin .rcbArrowCellLeft, |
.RadComboBox_mySkin .rcbArrowCellRight |
{ |
background-image: url('ComboBox/rcbSprite.png'); |
} |
div.RadComboBox_mySkin .rcbArrowCell a |
{ |
line-height: 16px; |
height: 22px; |
font-size:0px; |
z-index:9999; |
} |
.RadComboBox_mySkin td.rcbInputCellLeft { background-position: 0 0; } |
.RadComboBox_mySkin td.rcbInputCellRight { background-position: 100% 0; } |
.RadComboBox_mySkin .rcbHovered .rcbInputCellLeft { background-position: 0 0; } |
.RadComboBox_mySkin .rcbHovered .rcbInputCellRight { background-position: 100% 0; } |
.RadComboBox_mySkin .rcbFocused .rcbInputCellLeft { background-position: 0 0; } |
.RadComboBox_mySkin .rcbFocused .rcbInputCellRight { background-position: 100% 0; } |
.RadComboBox_mySkin .rcbHovered .rcbReadOnly td.rcbInputCellLeft { background-position: 0 -22px; } |
.RadComboBox_mySkin .rcbHovered .rcbReadOnly td.rcbInputCellRight { background-position: 100% -22px; } |
.RadComboBox_mySkin .rcbFocused .rcbReadOnly td.rcbInputCellLeft { background-position: 0 -44px; } |
.RadComboBox_mySkin .rcbFocused .rcbReadOnly td.rcbInputCellRight { background-position: 100% -44px; } |
.RadComboBox_mySkin .rcbInputCell .rcbEmptyMessage |
{ |
color: #666; |
} |
.RadComboBox_mySkin .rcbHovered .rcbInputCell .rcbInput |
{ |
color: #000; |
} |
.RadComboBox_mySkin td.rcbArrowCellLeft { background-position: -18px -87px; font-size:0px; } |
.RadComboBox_mySkin td.rcbArrowCellRight { background-position: 0 -87px; } |
.RadComboBox_mySkin .rcbHovered .rcbArrowCellLeft { background-position: -18px -87px; } |
.RadComboBox_mySkin .rcbHovered .rcbArrowCellRight { background-position: 0 -87px; } |
.RadComboBox_mySkin .rcbFocused .rcbArrowCellLeft { background-position: -90px -87px; } |
.RadComboBox_mySkin .rcbFocused .rcbArrowCellRight { background-position: -72px -87px; } |
.RadComboBox_mySkin td.rcbArrowCellHidden, |
.RadComboBox_mySkin .rcbHovered td.rcbArrowCellHidden, |
.RadComboBox_mySkin .rcbFocused td.rcbArrowCellHidden { background-position: -15px -88px; } |
.RadComboBox_mySkin .rcbHovered .rcbReadOnly td.rcbArrowCellHidden { background-position: -51px -88px; } |
.RadComboBox_mySkin .rcbFocused .rcbReadOnly td.rcbArrowCellHidden { background-position: -87px -88px; } |
/* Read-only styles */ |
.RadComboBox_mySkin .rcbReadOnly td.rcbArrowCellLeft { background-position: -18px -88px; } |
.RadComboBox_mySkin .rcbReadOnly td.rcbArrowCellRight { background-position: -2px -88px; } |
.RadComboBox_mySkin .rcbHovered .rcbReadOnly .rcbArrowCellLeft { background-position: -54px -88px; } |
.RadComboBox_mySkin .rcbHovered .rcbReadOnly .rcbArrowCellRight { background-position: -38px -88px; } |
.RadComboBox_mySkin .rcbFocused .rcbReadOnly .rcbArrowCellLeft { background-position: -90px -88px; } |
.RadComboBox_mySkin .rcbFocused .rcbReadOnly .rcbArrowCellRight { background-position: -74px -88px; } |
.RadComboBox_mySkin .rcbReadOnly td.rcbArrowCellHidden { background-position: -15px -88px; } |
.RadComboBox_mySkin .rcbHovered .rcbReadOnly td.rcbArrowCellHidden { background-position: -51px -88px; } |
.RadComboBox_mySkin .rcbFocused .rcbReadOnly td.rcbArrowCellHidden { background-position: -87px -88px; } |
/* dropdown */ |
.RadComboBoxDropDown_mySkin .rcbFooter, |
.RadComboBoxDropDown_mySkin .rcbMoreResults, |
.RadComboBoxDropDown_mySkin .rcbMoreResults a |
{ |
background-image: url('ComboBox/rcbSprite.png'); |
} |
div.RadComboBoxDropDown_mySkin |
{ |
background: #fff; |
border-color: #c6c7d2; |
border-top-color: #83868d; |
font-size: 12px; |
} |
.RadComboBoxDropDown_mySkin .rcbFooter |
{ |
background-color: #dee2e7; |
background-position: 0 -110px; |
border-top-color: #d5d5d5; |
} |
div.RadComboBoxDropDown_mySkin .rcbHeader |
{ |
font-size: 13px; |
font-weight: bold; |
border-bottom: 0; |
padding:8px 7px 0; |
} |
.RadComboBoxDropDown_mySkin .rcbItem, |
.RadComboBoxDropDown_mySkin .rcbHovered |
{ |
line-height: 1.5; |
} |
.RadComboBoxDropDown_mySkin .rcbItem em |
{ |
background: #e5e5e5; |
} |
.RadComboBoxDropDown_mySkin .rcbHovered |
{ |
background: #e8e8e8; |
color: #000; |
} |
.RadComboBoxDropDown_mySkin .rcbSeparator |
{ |
color: #444; |
background: #d9dadc; |
} |
.RadComboBox_mySkin .rcbDisabled .rcbInputCell .rcbInput, |
.RadComboBoxDropDown_mySkin .rcbDisabled |
{ |
color: #999; |
} |
.RadComboBox_mySkin .rcbDisabled td.rcbInputCellLeft { background-position: 0 -66px; } |
.RadComboBox_mySkin .rcbDisabled td.rcbInputCellRight { background-position: 100% -66px; } |
.RadComboBox_mySkin .rcbDisabled td.rcbArrowCellLeft { background-position: -126px -88px; } |
.RadComboBox_mySkin .rcbDisabled td.rcbArrowCellRight { background-position: -108px -88px; } |
.RadComboBox_mySkin .rcbDisabled .rcbReadOnly td.rcbArrowCellRight { background-position: -110px -88px; } |
.RadComboBox_mySkin table.rcbDisabled td.rcbArrowCellHidden, |
.RadComboBox_mySkin .rcbDisabled .rcbReadOnly td.rcbArrowCellHidden { background-position: -123px -88px; } |
.RadComboBoxDropDown_mySkin .rcbLoading |
{ |
background: #f0f0f0; |
} |
.RadComboBoxDropDown_mySkin .rcbMoreResults |
{ |
border-top-color: #c6c7d2; |
background-position: 0 -132px; |
background-color: #e6e6e6; |
color: #606060; |
} |
.RadComboBoxDropDown_mySkin .rcbMoreResults a |
{ |
background-position: -157px -94px; |
color: #606060; |
} |
div.RadComboBoxDropDown_mySkin .rcbHovered { |
background-color: rgb(10, 36, 106); |
color: rgb(255, 255, 255); |
} |
0
Hello there,
We need more details regarding these issues. Could you please send us a simplified version of your page demonstrating the problem? Thanks in advance.
All the best,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
We need more details regarding these issues. Could you please send us a simplified version of your page demonstrating the problem? Thanks in advance.
All the best,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

Eric
Top achievements
Rank 1
answered on 26 Aug 2010, 05:42 PM
I
am currently using a multiview with currently 6 views. In each view are
many controls including radcomboboxes and radgrids. When I initially
load the page I click a button to display this multiview to have the
user fill in information. However, if the user clicks the
back/forward/refresh button at any time, and then reloads the multiview,
all controls contained within lose their skin properties. The
radcomboboxes lose the drop down arrow and only display the word select.
The functionality is also lost at that time. Was there ever any update
to this issue? I have to load the page from scratch via the url to get
rid of this issue once it has occurred. I have pasted a small sample of
the aspx code below (I only included one of the views to condense it). The ProductAdd(), the function called when the
user clicks in the button I alluded to above, basically clears out all data
and reloads. Please let me know if there is something I am not aware
of, this is killing me.
<
form
id
=
"form1"
runat
=
"server"
>
<
telerik:RadScriptManager
ID
=
"RadScriptManager1"
runat
=
"server"
>
</
telerik:RadScriptManager
>
<
asp:Panel
ID
=
"pnlAdmin"
runat
=
"server"
HorizontalAlign
=
"center"
>
<
div
class
=
"textTitle"
style
=
"text-align: center; padding:10px;"
>
<
asp:Label
ID
=
"lblAdminTitle"
runat
=
"server"
Text
=
"Product Administration"
Font-Bold
=
"true"
Font-Underline
=
"true"
></
asp:Label
>
</
div
>
<
br
/>
<
br
/>
<
telerik:RadToolBar
ID
=
"RadToolBar1"
runat
=
"server"
OnButtonClick
=
"RadToolBar1_ButtonClick"
>
<
Items
>
<
telerik:RadToolBarDropDown
runat
=
"server"
Text
=
"Product Category"
>
<
Buttons
>
<
telerik:RadToolBarButton
runat
=
"server"
Text
=
"Add New"
Value
=
"ProductCategoryAdd"
>
</
telerik:RadToolBarButton
>
<
telerik:RadToolBarButton
runat
=
"server"
Text
=
"Edit Existing"
Value
=
"ProductCategoryEdit"
>
</
telerik:RadToolBarButton
>
</
Buttons
>
</
telerik:RadToolBarDropDown
>
<
telerik:RadToolBarDropDown
runat
=
"server"
Text
=
"Product"
>
<
Buttons
>
<
telerik:RadToolBarButton
runat
=
"server"
Text
=
"Add New"
Value
=
"ProductAdd"
>
</
telerik:RadToolBarButton
>
<
telerik:RadToolBarButton
runat
=
"server"
Text
=
"Edit Existing"
Value
=
"ProductEdit"
>
</
telerik:RadToolBarButton
>
</
Buttons
>
</
telerik:RadToolBarDropDown
>
</
Items
>
</
telerik:RadToolBar
>
<
div
align
=
"center"
style
=
"color: Red;"
>
<
asp:Label
ID
=
"lblMsg"
runat
=
"server"
Text
=
""
></
asp:Label
></
div
>
<
asp:Panel
ID
=
"pnlProductAdd"
runat
=
"server"
Visible
=
"true"
>
<
div
align
=
"center"
style
=
"padding: 10px;"
>
<
div
align
=
"center"
class
=
"textSubTitle"
>
<
b
>Add New Product<
br
/>
Step
<%=ProductStep%>
</
b
>
</
div
>
<
asp:MultiView
ID
=
"View_AddProduct"
runat
=
"server"
ActiveViewIndex
=
"0"
>
<
asp:View
ID
=
"View1"
runat
=
"server"
>
<
asp:Panel
ID
=
"pnlProduct_Basic"
runat
=
"server"
>
<
asp:Panel
ID
=
"pnlProduct_Basic1"
runat
=
"server"
>
<
table
class
=
"onepxTable"
cellpadding
=
"2"
cellspacing
=
"0"
width
=
"600"
>
<
tr
>
<
td
colspan
=
"3"
align
=
"center"
class
=
"onepxTableHeader"
>
<
asp:Label
ID
=
"lblProductCategoryTitle"
runat
=
"server"
Text
=
"Product Category"
></
asp:Label
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Category:</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbProductCategory"
runat
=
"server"
MaxHeight
=
"250px"
BorderWidth
=
"1px"
EmptyMessage
=
"Please select a Category"
TabIndex
=
"1"
AutoPostBack
=
"True"
ToolTip
=
"The Category directly affects the properties required to create the product"
>
</
telerik:RadComboBox
>
</
td
>
<
td
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator26"
runat
=
"server"
ControlToValidate
=
"cbProductCategory"
ErrorMessage
=
"* Required"
ToolTip
=
"You must select a category"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
>
<
td
colspan
=
"3"
align
=
"center"
class
=
"onepxTableHeader"
>
<
asp:Label
ID
=
"lblProductInfo"
runat
=
"server"
Text
=
"Product Basic Information"
></
asp:Label
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Company:
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbProductCompany"
runat
=
"server"
Width
=
"250px"
EmptyMessage
=
"Select Companies"
OnClientDropDownClosing
=
"OnClientDropDownClosing"
OnClientSelectedIndexChanging
=
"OnClientSelectedIndexChanging"
OnClientDropDownOpening
=
"OnClientDropDownOpening"
OnClientBlur
=
"OnClientBlur"
>
<
Items
>
<
telerik:RadComboBoxItem
/>
</
Items
>
<
ItemTemplate
>
<
table
>
<
tr
>
<
td
>
<
asp:CheckBoxList
ID
=
"chlProductCompany"
runat
=
"server"
>
</
asp:CheckBoxList
>
</
td
>
</
tr
>
</
table
>
</
ItemTemplate
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator25"
runat
=
"server"
ControlToValidate
=
"cbProductCompany"
ErrorMessage
=
"* Required"
ToolTip
=
"You must enter a value into Company"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Product Name:
</
td
>
<
td
>
<
telerik:RadTextBox
ID
=
"txtProductName"
runat
=
"server"
Height
=
"15px"
MaxLength
=
"50"
Width
=
"250px"
ToolTip
=
"The name of the product, which shows on the web page."
>
</
telerik:RadTextBox
></
td
>
<
td
align
=
"left"
>
<
asp:RequiredFieldValidator
ID
=
"valRequired1"
runat
=
"server"
ControlToValidate
=
"txtProductName"
ErrorMessage
=
"* Required"
ToolTip
=
"You must enter a value into Product Name"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Product Description:
</
td
>
<
td
>
<
telerik:RadTextBox
ID
=
"txtProductDesc"
runat
=
"server"
MaxLength
=
"1000"
TextMode
=
"MultiLine"
Width
=
"250px"
ToolTip
=
"The description of the product that shows on the web page."
>
</
telerik:RadTextBox
></
td
>
<
td
align
=
"left"
>
<
asp:RequiredFieldValidator
ID
=
"valRequired2"
runat
=
"server"
ControlToValidate
=
"txtProductDesc"
ErrorMessage
=
"* Required"
ToolTip
=
"You must enter a value into Description"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Weight (in pounds):
</
td
>
<
td
>
<
telerik:RadNumericTextBox
ID
=
"txtWeight"
runat
=
"server"
Height
=
"15px"
Width
=
"250px"
Culture
=
"English (United States)"
MaxLength
=
"8"
MaxValue
=
"99999999"
MinValue
=
"0"
ToolTip
=
"Please enter the weight in pounds, numbers only."
>
</
telerik:RadNumericTextBox
></
td
>
<
td
align
=
"left"
>
<
asp:RequiredFieldValidator
ID
=
"valRequired5"
runat
=
"server"
ControlToValidate
=
"txtWeight"
ErrorMessage
=
"* Required"
ToolTip
=
"You must enter a value into Weight"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
BV:
</
td
>
<
td
>
<
telerik:RadNumericTextBox
ID
=
"txtCV"
runat
=
"server"
Height
=
"15px"
Width
=
"250px"
ToolTip
=
"Please enter the BV, numbers only."
Culture
=
"English (United States)"
MaxLength
=
"8"
MaxValue
=
"99999999"
MinValue
=
"0"
>
<
NumberFormat
DecimalDigits
=
"0"
/>
</
telerik:RadNumericTextBox
></
td
>
<
td
align
=
"left"
>
<
asp:RequiredFieldValidator
ID
=
"valRequired6"
runat
=
"server"
ControlToValidate
=
"txtCV"
ErrorMessage
=
"* Required"
ToolTip
=
"You must enter a value into CV"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Cost of Goods:
</
td
>
<
td
>
<
telerik:RadNumericTextBox
ID
=
"txtCOG"
runat
=
"server"
Height
=
"15px"
Width
=
"250px"
ToolTip
=
"Please enter the cost of goods for this product, numbers only."
MaxLength
=
"8"
MaxValue
=
"99999999"
MinValue
=
"0"
Type
=
"Currency"
>
</
telerik:RadNumericTextBox
></
td
>
<
td
align
=
"left"
style
=
"width: 75px;"
>
<
asp:RequiredFieldValidator
ID
=
"valRequired8"
runat
=
"server"
ControlToValidate
=
"txtCOG"
ErrorMessage
=
"* Required"
ToolTip
=
"You must enter a value for Cost of Goods"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Product Packaging:
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbProductPackaging"
runat
=
"server"
>
<
Items
>
<
telerik:RadComboBoxItem
runat
=
"server"
Selected
=
"True"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"Yes"
Value
=
"true"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"No"
Value
=
"false"
/>
</
Items
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator15"
runat
=
"server"
ControlToValidate
=
"cbProductPackaging"
ErrorMessage
=
"* Required"
ToolTip
=
"You must select a value into Product Category"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
</
table
>
</
asp:Panel
>
<
asp:Panel
ID
=
"pnlProductConfig"
runat
=
"server"
>
<
table
class
=
"onepxTable"
cellpadding
=
"2"
cellspacing
=
"0"
width
=
"600"
>
<
tr
>
<
td
colspan
=
"3"
align
=
"center"
class
=
"onepxTableHeader"
>
<
asp:Label
ID
=
"Label4"
runat
=
"server"
Text
=
"Product Configuration"
></
asp:Label
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Is a Package?
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbPackage"
runat
=
"server"
ToolTip
=
"Is this a product or package with multiple products?"
AutoPostBack
=
"True"
OnSelectedIndexChanged
=
"cbPackage_SelectedIndexChanged"
>
<
Items
>
<
telerik:RadComboBoxItem
runat
=
"server"
Selected
=
"True"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"Yes"
Value
=
"true"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"No"
Value
=
"false"
/>
</
Items
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
style
=
"width: 75px;"
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator2"
runat
=
"server"
ControlToValidate
=
"cbPackage"
ErrorMessage
=
"* Required"
ToolTip
=
"Is this product a package?"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Is Shippable?
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbShippable"
runat
=
"server"
>
<
Items
>
<
telerik:RadComboBoxItem
runat
=
"server"
Selected
=
"True"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"Yes"
Value
=
"true"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"No"
Value
=
"false"
/>
</
Items
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
style
=
"width: 75px;"
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator7"
runat
=
"server"
ControlToValidate
=
"cbShippable"
ErrorMessage
=
"* Required"
ToolTip
=
"Is this product shippable?"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Is Taxable?
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbTaxable"
runat
=
"server"
>
<
Items
>
<
telerik:RadComboBoxItem
runat
=
"server"
Selected
=
"True"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"Yes"
Value
=
"true"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"No"
Value
=
"false"
/>
</
Items
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
style
=
"width: 75px;"
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator10"
runat
=
"server"
ControlToValidate
=
"cbTaxable"
ErrorMessage
=
"* Required"
ToolTip
=
"Is this product taxable?"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Is Forever Qualified?
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbForeverQualified"
runat
=
"server"
>
<
Items
>
<
telerik:RadComboBoxItem
runat
=
"server"
Selected
=
"True"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"Yes"
Value
=
"true"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"No"
Value
=
"false"
/>
</
Items
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
style
=
"width: 75px;"
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator14"
runat
=
"server"
ControlToValidate
=
"cbForeverQualified"
ErrorMessage
=
"* Required"
ToolTip
=
"Does this product make the user qualified forever?"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Is Starter Kit?
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbStarterKit"
runat
=
"server"
>
<
Items
>
<
telerik:RadComboBoxItem
runat
=
"server"
Selected
=
"True"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"Yes"
Value
=
"true"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"No"
Value
=
"false"
/>
</
Items
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
style
=
"width: 75px;"
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator5"
runat
=
"server"
ControlToValidate
=
"cbStarterKit"
ErrorMessage
=
"* Required"
ToolTip
=
"Is this product a Starter Kit?"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Is Signup Package?
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbSignupPackage"
runat
=
"server"
>
<
Items
>
<
telerik:RadComboBoxItem
runat
=
"server"
Selected
=
"True"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"Yes"
Value
=
"true"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"No"
Value
=
"false"
/>
</
Items
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
style
=
"width: 75px;"
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator6"
runat
=
"server"
ControlToValidate
=
"cbSignupPackage"
ErrorMessage
=
"* Required"
ToolTip
=
"Is this product a signup package?"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Is Signup?
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbSignup"
runat
=
"server"
>
<
Items
>
<
telerik:RadComboBoxItem
runat
=
"server"
Selected
=
"True"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"Yes"
Value
=
"true"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"No"
Value
=
"false"
/>
</
Items
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
style
=
"width: 75px;"
>
<
asp:RequiredFieldValidator
ID
=
"valRequired9"
runat
=
"server"
ControlToValidate
=
"cbSignup"
ErrorMessage
=
"* Required"
ToolTip
=
"Is this product a signup package?"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Is WholeSale cart?
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbBackofficeCart"
runat
=
"server"
AutoPostBack
=
"true"
OnSelectedIndexChanged
=
"Cart_SelectedIndexChanged"
ToolTip
=
"Will this product be shown on the backoffice cart?"
>
<
Items
>
<
telerik:RadComboBoxItem
runat
=
"server"
Selected
=
"True"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"Yes"
Value
=
"true"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"No"
Value
=
"false"
/>
</
Items
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
style
=
"width: 75px;"
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator12"
runat
=
"server"
ControlToValidate
=
"cbBackofficeCart"
ErrorMessage
=
"* Required"
ToolTip
=
"Is this product available in the backoffice cart?"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Wholesale Price:
</
td
>
<
td
>
<
telerik:RadNumericTextBox
ID
=
"txtWholesalePrice"
runat
=
"server"
Height
=
"15px"
Width
=
"250px"
MaxLength
=
"8"
MaxValue
=
"99999999"
MinValue
=
"0"
Type
=
"Currency"
ToolTip
=
"This is the price for this product on the backoffice cart."
>
</
telerik:RadNumericTextBox
>
</
td
>
<
td
align
=
"left"
>
<
asp:RequiredFieldValidator
ID
=
"valRequired3"
runat
=
"server"
ControlToValidate
=
"txtWholesalePrice"
ErrorMessage
=
"* Required"
ToolTip
=
"You must enter a value into Price"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Is Retail Cart?
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbRetail"
runat
=
"server"
AutoPostBack
=
"true"
OnSelectedIndexChanged
=
"Cart_SelectedIndexChanged"
ToolTip
=
"Will this product be shown on the retail cart?"
>
<
Items
>
<
telerik:RadComboBoxItem
runat
=
"server"
Selected
=
"True"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"Yes"
Value
=
"true"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"No"
Value
=
"false"
/>
</
Items
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
style
=
"width: 75px;"
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator3"
runat
=
"server"
ControlToValidate
=
"cbRetail"
ErrorMessage
=
"* Required"
ToolTip
=
"Is this product a retail product?"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Retail Price:
</
td
>
<
td
>
<
telerik:RadNumericTextBox
ID
=
"txtRetailPrice"
runat
=
"server"
Height
=
"15px"
Width
=
"250px"
MaxLength
=
"8"
MaxValue
=
"99999999"
MinValue
=
"0"
Type
=
"Currency"
ToolTip
=
"This is the price for this product on the retail cart."
>
</
telerik:RadNumericTextBox
>
</
td
>
<
td
align
=
"left"
>
<
asp:RequiredFieldValidator
ID
=
"valRequired4"
runat
=
"server"
ControlToValidate
=
"txtRetailPrice"
ErrorMessage
=
"* Required"
ToolTip
=
"You must enter a value into Price"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Is Autoship?
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbAutoship"
runat
=
"server"
AutoPostBack
=
"true"
OnSelectedIndexChanged
=
"Cart_SelectedIndexChanged"
ToolTip
=
"Does this product show as an autoship product?"
>
<
Items
>
<
telerik:RadComboBoxItem
runat
=
"server"
Selected
=
"True"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"Yes"
Value
=
"true"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"No"
Value
=
"false"
/>
</
Items
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
style
=
"width: 75px;"
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator4"
runat
=
"server"
ControlToValidate
=
"cbAutoship"
ErrorMessage
=
"* Required"
ToolTip
=
"Is this product available for autoship?"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Is Autoship Qualifier?
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbAutoshipQualifier"
runat
=
"server"
AutoPostBack
=
"true"
ToolTip
=
"Does this product count as an autoship qualifier?"
OnSelectedIndexChanged
=
"cbAutoshipQualifier_SelectedIndexChanged"
>
<
Items
>
<
telerik:RadComboBoxItem
runat
=
"server"
Selected
=
"True"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"Yes"
Value
=
"true"
/>
<
telerik:RadComboBoxItem
runat
=
"server"
Text
=
"No"
Value
=
"false"
/>
</
Items
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
style
=
"width: 75px;"
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator13"
runat
=
"server"
ControlToValidate
=
"cbAutoshipQualifier"
ErrorMessage
=
"* Required"
ToolTip
=
"Is this product available for autoship?"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
asp:Panel
ID
=
"pnlAutoshipQualifierLevel"
runat
=
"server"
Visible
=
"false"
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Autoship Qualifier Level:
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbAutoshipQualifierLevel"
runat
=
"server"
ToolTip
=
"Please select the level to have the user qualify at."
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
style
=
"width: 75px;"
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator18"
runat
=
"server"
ControlToValidate
=
"cbAutoshipQualifierLevel"
ErrorMessage
=
"* Required"
ToolTip
=
"Please select a autoship qualifier level, or change is Autoship Qualifier to 'No'"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
</
asp:Panel
>
</
table
>
</
asp:Panel
>
<
asp:Panel
ID
=
"pnlProduct_Cart"
runat
=
"server"
Visible
=
"false"
>
<
table
class
=
"onepxTable"
cellpadding
=
"2"
cellspacing
=
"0"
width
=
"600"
>
<
tr
>
<
td
colspan
=
"3"
align
=
"center"
class
=
"onepxTableHeader"
>
<
asp:Label
ID
=
"Label3"
runat
=
"server"
Text
=
"Product Cart Information"
></
asp:Label
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Max Quantity:
</
td
>
<
td
>
<
telerik:RadNumericTextBox
ID
=
"txtMaxQuantity"
runat
=
"server"
Culture
=
"English (United States)"
DataType
=
"System.Int32"
MaxLength
=
"6"
MaxValue
=
"999999"
MinValue
=
"0"
Value
=
"0"
Width
=
"155px"
ToolTip
=
"Please enter in the maximum quantity a user can place in cart (0 for no limit)"
Height
=
"15px"
>
<
NumberFormat
DecimalDigits
=
"0"
/>
</
telerik:RadNumericTextBox
>
</
td
>
<
td
align
=
"left"
>
<
asp:RequiredFieldValidator
ID
=
"RequiredFieldValidator16"
runat
=
"server"
ControlToValidate
=
"txtMaxQuantity"
ErrorMessage
=
"* Required"
ToolTip
=
"Please enter in the maximum quantity a user can place in cart (0 for no limit)"
Display
=
"dynamic"
ValidationGroup
=
"aaa"
></
asp:RequiredFieldValidator
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Minimum User Level:
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbMaxUserRank"
runat
=
"server"
EmptyMessage
=
"-n/a-"
ToolTip
=
"Select the minimum level that a user can be to see this product in the cart (Leave blank if it does not apply)."
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
>
</
td
>
</
tr
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"right"
>
Maximum User Level:
</
td
>
<
td
>
<
telerik:RadComboBox
ID
=
"cbMinUserRank"
runat
=
"server"
EmptyMessage
=
"-n/a-"
ToolTip
=
"Select the maximum level that a user can be to see this product in the cart (Leave blank if it does not apply)."
>
</
telerik:RadComboBox
>
</
td
>
<
td
align
=
"left"
>
</
td
>
</
tr
>
</
table
>
</
asp:Panel
>
<
asp:Panel
ID
=
"Panel2"
runat
=
"server"
>
<
table
class
=
"onepxTable"
cellpadding
=
"2"
cellspacing
=
"0"
width
=
"600"
>
<
tr
class="<%=RowCount %>">
<
td
align
=
"center"
colspan
=
"3"
>
<
asp:Button
ID
=
"btnProductInfo_Next"
runat
=
"server"
CssClass
=
"onepxTableButton1"
OnClick
=
"btnNext_Click"
Text
=
"Next"
ValidationGroup
=
""
/></
td
>
</
tr
>
</
table
>
</
asp:Panel
>
</
asp:Panel
>
</
asp:View
>
</
asp:MultiView
>
</
div
>
</
asp:Panel
>
</
asp:MultiView
>
</
div
>
</
asp:Panel
>
</
form
>
0
Hello Eric,
I'm afraid that I'm still not able to reproduce the described issue. I guess that you're making ajax requests to switch the views, is that the case? Can you send us a runnable page demonstrating the problem?
Kind regards,
Yana
the Telerik team
I'm afraid that I'm still not able to reproduce the described issue. I guess that you're making ajax requests to switch the views, is that the case? Can you send us a runnable page demonstrating the problem?
Kind regards,
Yana
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Eric
Top achievements
Rank 1
answered on 24 Sep 2010, 05:07 PM
I have bypassed this issue by setting up a radmultipage in lieu of the view. It seems my issue was inherited from some conflict between my view and other controls. If I run into this issue again I will try to emulate it in a simple form for you viewing pleasure.