Hi all,
I am having a tabpanel with the following tabs :-
simple form in first panel (tab1)...
grid in the second panel(tab 2)...
now when I click on tab 2, grid starts loading data from server.
However while the data in tab 2 is still getting loaded (grid waiting for server response), if user moves to tab 1, I want to stop that grid request immediately. (because the data being loaded is now useless to me)
any suggestions ?