博客园  :: 首页  :: 联系 :: 管理

ASPxMenu 去掉当前页自动选中

Posted on 2008-10-08 09:51  sunrack  阅读(373)  评论(0)    收藏  举报

SyncSelectionWithCurrentPath 不起作用

 

只好在给 ASPxMenu 数据绑定之后添加:

 

this.ASPxMenuMain.SelectedItem = null;