Hi,
I have a two RadTextBox controls on the page. When the focus moves out of both of them (onblur event) the RadWindow is getting called from javascript. On RadWindow user have a choice to select a value or click Cancel button and in both cases the window will be closed. If the user selected a value the RadTextBoxes will be populated with selected value and focus will be moved to next field.
Now, when the user hits Cancel button the focus should move to the first RadTextBox. Instead the RadWindow opens-up again and will do so as long as user hits Cancel button. It looks like when I'm setting the focus to the first RadTextBox somehow the onblur event gets fired again.
We started experiencing this problem after switching to version 2010.2.713.35 from 2008.3.1314.35.
Any help would be greatly appreciated.
Thanks.
I have a two RadTextBox controls on the page. When the focus moves out of both of them (onblur event) the RadWindow is getting called from javascript. On RadWindow user have a choice to select a value or click Cancel button and in both cases the window will be closed. If the user selected a value the RadTextBoxes will be populated with selected value and focus will be moved to next field.
Now, when the user hits Cancel button the focus should move to the first RadTextBox. Instead the RadWindow opens-up again and will do so as long as user hits Cancel button. It looks like when I'm setting the focus to the first RadTextBox somehow the onblur event gets fired again.
We started experiencing this problem after switching to version 2010.2.713.35 from 2008.3.1314.35.
Any help would be greatly appreciated.
Thanks.