|
Rank: Newbie Groups: Member
Joined: 3/27/2012 Posts: 5
|
I have a tabstrip. I want to stop immediate navigation. Before it navigates to particular tab I want to do something before navigation in onitemclick event. How do I stop immediate navigation??
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
|
|
Rank: Newbie Groups: Member
Joined: 3/27/2012 Posts: 5
|
But I still want to call on item click event.. If I cancel the event than it doesn't get called
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
I am not sure if I understand your question. If you want to continue, you do not cancel it. If you do not want to continue, you cancel it. If you want your event handler to be called, you can always just call it in your code. Shouldn't that cover all scenarios?
|
|
Rank: Newbie Groups: Member
Joined: 3/27/2012 Posts: 5
|
I want to perform something on server side.. Before navigation to that page and after clicking on that tab.. I was doing this in item click event of tab strip but this this event doesn't occur if I cal cancel...
Tel me go where do I code if I want something to happen after clicking on tab and before navigating
|
|
Rank: Newbie Groups: Member
Joined: 3/27/2012 Posts: 5
|
I want to perform something on server side.. Before navigation to that page and after clicking on that tab.. I was doing this in item click event of tab strip but this this event doesn't occur if I cal cancel...
Tel me go where do I code if I want something to happen after clicking on tab and before navigating
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will want to take a look of the samples and documentations first. We won't baby sit you on every step of your project and we will not teach you how to do your work here. Find someone else to analyze your task and see what can be done with our product, then write whatever code necessary to use our product to complete your task. Tech support on our product does not mean we will do whatever we can to help you to complete your project with our product. We will only answer very specific questions about our product and if you are not clear about anything else, you need to find something else to help you.
This issue is now closed.
Thanks!
|
|