0

Usually all combo box will be display top to bottom, But i want to know how display bottom to top approach.

I am using telerik asp.net AJAX UI controls. Or suggest me some other way to show.

Thanks

1 Answers1

1

Setting ExpandDirection="Up" property of the combobox should help.

Source: https://stackoverflow.com/a/9180125/438780

Community
  • 1
  • 1
Veselin Vasilev
  • 3,698
  • 1
  • 15
  • 21