Telerik RadMenu: Save information from last item

98 Views Asked by At

I'm dealing with a form split into tabs in a RadMenu. I need to save the information entered on a tab when the user leaves it. I know there's an ItemClick event for RadMenu, but is there a way to capture the information on the previous tab with that event?

I'm using VB.NET, if it matters.

1

There are 1 best solutions below

2
On

Are you certain that this is RadMenu and not RadTabStrip? It would make more sense to be the tabstrip.

There is a nice demo that demonstrates this approach with tabstrip:

http://demos.telerik.com/aspnet-ajax/tabstrip/examples/application-scenarios/wizard/defaultcs.aspx