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

Click on item list and redirect to a page

2 Answers 87 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Rebeen
Top achievements
Rank 1
Iron
Rebeen asked on 06 Aug 2018, 12:46 PM

Hello,

I have an AutoCompleteBox I need to click on an item of list then redirect to another page please see attached image for clarity my question 

2 Answers, 1 is accepted

Sort by
0
Accepted
Eyup
Telerik team
answered on 09 Aug 2018, 06:00 AM
Hello,

You can use the OnClientEntryAdding or OnClientEntryAdded event to capture this moment:
https://docs.telerik.com/devtools/aspnet-ajax/controls/autocompletebox/client-side-programming/events

Then, you can open a new window or change the location of the current page. You can check various sources over the net how to achieve that:
https://stackoverflow.com/questions/1865837/whats-the-difference-between-window-location-and-window-location-replace
https://appendto.com/2016/04/javascript-redirect-how-to-redirect-a-web-page-with-javascript/

I hope this will prove helpful.

Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Irvin
Top achievements
Rank 1
answered on 17 Oct 2019, 11:41 AM
try more options for...url redirect
Tags
AutoCompleteBox
Asked by
Rebeen
Top achievements
Rank 1
Iron
Answers by
Eyup
Telerik team
Irvin
Top achievements
Rank 1
Share this question
or