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
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
Setting ExpandDirection="Up" property of the combobox should help.