This is a migrated thread and some comments may be shown as answers.

onTabSelecting not firing

1 Answer 87 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Antony
Top achievements
Rank 1
Antony asked on 01 Apr 2009, 11:29 AM
HI Everyone

I am using the Tabstrip and dynamically loading usercontrols.

On one of the Tabs I have a RadGrid which is built during Page_Init, one of the columns uses a ItemTemplate containing a RadNumericTextbox which has the OnValueChanged event set to a javascript function.

Idea being is that if a user changes a value in the RadNumericTextbox, as soon as they navigate away from the RadNumericTextbox the javascript function will set the Tab to dirty.
This all works fine except when I make a change in the RadNumericTextbox and click on another Tab, my OnValueChanged javascript function runs but this is not followed by the onTabSelecting event so the Tab I clicked on does not get selected.

Does anyone know why this is happening?

Many thanks
Antony

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 06 Apr 2009, 03:58 PM
Hello Antony,

I suppose that you are using a sample similar to this one  while the grid is embedded in page view of RadMultiPage and extended with custom logic to mark the relevant tab of RadTabStrip as selected.

Is my assumption correct? Can you please post your code implementation in this forum thread (using the 'Format Code Block' option at the top right corner of the forum editor toolbar) to familiarize with it and advice you further?

Best regards,
Sebastian
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
TabStrip
Asked by
Antony
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or