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.
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.