Re: [jQuery] unable to focus on textboxes - update panel - jqmodal - asp.net

2009-12-21 Thread brian
I don't have anything handy to test this with but I believe you could handle this with the onHide callback. Check that the text element isn't empty. If it is, return false to keep the dialog open (and display a msg, etc.) On Sun, Dec 20, 2009 at 10:38 PM, Dexter wrote: >  0  vote down  star > > >

[jQuery] unable to focus on textboxes - update panel - jqmodal - asp.net

2009-12-20 Thread Dexter
0 vote down star Hi, I have a jmodal popup which asks for name. One textbox and one button. Name is required hence it has required field validator on it. And the button and the textbox belong to same validation group. I click "save" button, which saves the name and closes the popup. The prob