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

menu doesn't highlight selected item

1 Answer 58 Views
Menu
This is a migrated thread and some comments may be shown as answers.
appdev
Top achievements
Rank 1
appdev asked on 26 Jun 2009, 05:38 PM

i have something like this

 

If

 

 

RadScriptManager1.IsInAsyncPostBack Then    

 

 

    Dim clicked_item As String = "Product"

 

    RadMenu1.FindItemByText(clicked_item).HighlightPath()

 

 

 

Else
     Dim clicked_item As String = "Product"

 

    RadMenu1.FindItemByText(clicked_item).HighlightPath()

end if

it will work fine if it is in the else statment but wont work when its in the if. Does this have to do with asyncpostback ? i think it is. so how do i solve this problem. thanks.

 

1 Answer, 1 is accepted

Sort by
0
appdev
Top achievements
Rank 1
answered on 26 Jun 2009, 05:59 PM
found the answer.
Tags
Menu
Asked by
appdev
Top achievements
Rank 1
Answers by
appdev
Top achievements
Rank 1
Share this question
or