Hi,
I created a custom control that inherits from the RadCombobox. I do 2 things within the control: I added a new property and I override the Databind() method.
I use the control in the EditItemTemplate of the RadGrid, and it is defined as such:
<cc:RatingValuesDropDownField ID="ddlRatingValue" runat="server" RatingType="Type1" MaxHeight="200px" />
I don't change anything related to the look of the control in my code, yet it ends up looking like what's displayed in the attached picture in IE7.
I use RadFormDecorators inside my code, so I am not sure if that's the issue or not.
Any ideas?
Thanks.
edit: forgot to add that the drop down displays fine when outside of a radgrid.
I created a custom control that inherits from the RadCombobox. I do 2 things within the control: I added a new property and I override the Databind() method.
I use the control in the EditItemTemplate of the RadGrid, and it is defined as such:
<cc:RatingValuesDropDownField ID="ddlRatingValue" runat="server" RatingType="Type1" MaxHeight="200px" />
I don't change anything related to the look of the control in my code, yet it ends up looking like what's displayed in the attached picture in IE7.
I use RadFormDecorators inside my code, so I am not sure if that's the issue or not.
Any ideas?
Thanks.
edit: forgot to add that the drop down displays fine when outside of a radgrid.