Hi,
I have a radmenu and a grid. After I clicked a item in menu I want to refresh grid. But I want that only one item in menu refresh grid, not all.
I have: ramAjaxManager.AjaxSettings.AddAjaxSetting(menu1, grid1, ralpLoadingPanel); => but in this case all menu refresh grid.
Any ideas?
I have one suggestion to do this, you can prevent postback for other menu item if you attach a java script function on the OnClientItemClicking event which checks for example the item's text and if true, returns false.
function OnClientItemClickingHandler(sender, eventArgs)