I'm using radmenu in my project its is binding with dataset.
I want to add search text box next to Radmenu, if the name of the item entered in the text box is present in the menu, then menu should open and the item should be highlight.
Firstly, I would like to thank you for your time and consideration on my post.
Your solution has fulfilled my requirement.
I have a question what is the purpose of OnClientitemClosing function, because when I add this function in RadMenu OnClientItemClosing event radmenu doesn't respond, with out this function things are perfect.
When I add OnClientClick event, then RadMenu closes without showing the focused item. OnClientItemClosing event prevents Radmenu from closing. Following is an example which illustrates that the RadMenu closes only on click.
JS: