Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Staying on the same tab

    Hi,

    There are 2 tabs. First tab has a list grid. Below are the sequence of operations :

    1) click on a record on the grid of the first tab.
    2) while the display of record operation is still happening on the first tab, click on the 2nd tab.

    In this situation I do not want to display the 2nd tab. I want to stay on the first tab and the click on the 2nd tab should be ignored.

    Please let me know as to how i can do this?

    I am using smartgwt 3.0, SmartClient Version: SC_SNAPSHOT-2011-12-05/LGPL Development Only (built 2011-12-05)

    Thank you
    Last edited by avitaurus19; 18 Feb 2015, 07:49.

    #2
    Hi avitaurus19,

    did you try a TabSelectedHandler and some marker you set before load and reset in the loading-finished CallBack?

    Best regards,
    Blama

    Comment

    Working...
    X