Greetings. I will reformulate my problem in hope someone can give me a lead on it.
1) I have two textbox, that will contains dates.
2) They both have an MaskedEditExtender and a MaskedEditValidator attached to them to validate the proper date format.
3) A CalendarExtender is also linked to each of the text box.
4) Everything works fine, EXCEPT now, somehow, for some dark and unknown reason I haven't figured out yet, there is now no way of triggering the "onTextChanged" handler of the textboxs. Even if I don't use the calendar to enter the date and I type directly in the textbox, no event is triggered at all.
So my question is : Does anybody know what is wrong ? Seems to me that the MaskedEditValidator is taking over and not letting the onTextChanged event being broadcast. If that's the case, is there any workaround or any way to trigger an event when new text is inputed ?
Thanks a lot.
I am having the same problem (with the onTextChanged not firing).
I have a texbox and a calerdarextender within my gridview. I currently have an add button in each row that the user clicks to submit the chosen date, however I need to change this to make it work so that the row is added automatically when the user selects a date and the textbox text is changed. This textchanged event never fires...any ideas on how I can achieve this result while using the calendarextender control?
Thanks...
No comments:
Post a Comment