This is a migrated thread and some comments may be shown as answers.

[Solved] New user question on combo box capabilities

0 Answers 68 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Steve Heidel
Top achievements
Rank 1
Steve Heidel asked on 04 Sep 2009, 09:47 PM
I am not a user of Telerik controls but I have been asked to find the answer to the following question......

We have a combo box that is passed a name. We want to retrieve from an MSSQL database the name passed plus the next 100 names (either before or after the input name). We also want to be able to navigate forward and backward through the list of names.

For example......
Suppose the database has the 300 names with name number 100 being Allan, name number 200 being King, and name number 300 being Zion.
Suppose I pass in the name King, I would expect the list to start with the name King and end with the name Zion (100 entries after King). If I were to use the down arrow I would expect to add the next 100 names from Zion onward (assuming there are more names) to the list.

Now suppose I pass in the name King, I would expect the list to start with the name King and end with the name Zion (100 entries from King to Zion). If I were to use the up arrow I would expect to add the names from Allan to King in the list (the 100 name preceeding King).

Can anyone tell me is this possible to do with Telerik Controls. I would not ask for a code snippit but some indicaiton of how it would be done would be helpful. Please understand I do not use Telerik controls, I am just trying to gather the information.

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Steve Heidel
Top achievements
Rank 1
Share this question
or