I need to fine grain some ajaxing for RadTree Context menus.
My example is a master page and and ajax proxy, when I ajax the tree with a panel no problem but I have context menus that not all operations need to update the panel but rather the tree itself.
Now the menui items are visible in the in the ajax proxy but do not work when I select them they just post back.
I'm using the
My example is a master page and and ajax proxy, when I ajax the tree with a panel no problem but I have context menus that not all operations need to update the panel but rather the tree itself.
Now the menui items are visible in the in the ajax proxy but do not work when I select them they just post back.
I'm using the
RadTreeView1_ContextMenuItemClick event to perform the operations on the server.
Is it possible to get the content menu items to Ajax?
Cheers
Matt