Hi guys, it's been a frustrating day with the latest promethesus build, 12 hours so far trying to solve a single issue, with no joy.
I have a page which appears to function normally as long as I have disabled ajax - EnableAJAX="false". As soon as ajax is enabled what happens is some comboboxes 'freeze' - I can click on them but can't get them to drop down. IE6/FF2 do not produce any errors in the error console.
Only the comboboxs involved in the 'ajaxification' freeze. other combos on the page continue to work ok. read through all the docs I can find on this type of issue.
It's a user control loaded by a grid which in turn has been loaded dynamically, not a situation I can easily create a example project for.
I've none-the-less striped down the project and even tried a hacked up version that is just an aspx page with a grid loading, which loads the user control with the error on it... no joy, wits end on this one.
what could this be and how can I debug this? script debugging is enabled in IE which is great with VS2008 but no errors are showing. I can make the ajaxified combo boxes appear/disapear using the ajax command but they are always unclickable (not disabled) after the ajax postback.
at wits end, any ideas?
I have a page which appears to function normally as long as I have disabled ajax - EnableAJAX="false". As soon as ajax is enabled what happens is some comboboxes 'freeze' - I can click on them but can't get them to drop down. IE6/FF2 do not produce any errors in the error console.
Only the comboboxs involved in the 'ajaxification' freeze. other combos on the page continue to work ok. read through all the docs I can find on this type of issue.
It's a user control loaded by a grid which in turn has been loaded dynamically, not a situation I can easily create a example project for.
I've none-the-less striped down the project and even tried a hacked up version that is just an aspx page with a grid loading, which loads the user control with the error on it... no joy, wits end on this one.
what could this be and how can I debug this? script debugging is enabled in IE which is great with VS2008 but no errors are showing. I can make the ajaxified combo boxes appear/disapear using the ajax command but they are always unclickable (not disabled) after the ajax postback.
at wits end, any ideas?