Hi,
For some reason, IE will not display my autocomplete with the DropDownHeight that I specify for my RadAutocompleteBox.
The DropDownWidth works just fine but the height does not at all.
I have set the Dropdownheight to "100" and I expect that when I type in something that results in a lot of suggestion items, The suggestions list will be 100px tall with a scrollbar in the control itself. But what is happening is that the suggestions list is just one tall list with no scrollbar and instead the scrollbar appears for the entire browser's client area
In the code behind, if I read the value of the DropDownHeight property of the control it returns 100px which is what I expect, but for some reason the rendering is not honoring that value :(
I have checked that I have no css overriding any of the a RadAutoCompleteBox properties so I am not sure where to go next.
FYI: here is the code snippet for my autocomplete box which is basically a straight copy from one of the demo pages on telerik.
Any pointers or suggestions on how to get to the bottom of this and fix it will be highly appreciated
Thanks
For some reason, IE will not display my autocomplete with the DropDownHeight that I specify for my RadAutocompleteBox.
The DropDownWidth works just fine but the height does not at all.
I have set the Dropdownheight to "100" and I expect that when I type in something that results in a lot of suggestion items, The suggestions list will be 100px tall with a scrollbar in the control itself. But what is happening is that the suggestions list is just one tall list with no scrollbar and instead the scrollbar appears for the entire browser's client area
In the code behind, if I read the value of the DropDownHeight property of the control it returns 100px which is what I expect, but for some reason the rendering is not honoring that value :(
I have checked that I have no css overriding any of the a RadAutoCompleteBox properties so I am not sure where to go next.
FYI: here is the code snippet for my autocomplete box which is basically a straight copy from one of the demo pages on telerik.
<
telerik:RadAutoCompleteBox
ID
=
"RadAutoCompleteBox3"
runat
=
"server"
Width
=
"400"
DropDownWidth
=
"100"
DropDownHeight
=
"100"
DataSourceID
=
"SqlDataSource1"
DataTextField
=
"State_Name"
>
</
telerik:RadAutoCompleteBox
>
Any pointers or suggestions on how to get to the bottom of this and fix it will be highly appreciated
Thanks