Ajax + Context Menu
2008/07/11 00:38
Viewed 1216 times
Replies: 1/2

I am using this to create a context menu on a list that is generated with jquery/ajax. On a successful ajax request I fire the DynarchMenu.setup('menu1',{params}). And this works just fine. However, if I update the list in anyway (column sort, go to next page) that does not require a complete page reload, jsut the ajax to fire and update the list I get the "Error: menu element not found". Why is it doing this? The script, even on ajax pefrorms the Menu.setup function as a final step. Is there some way to get the menu to work with ajax?

Google