Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
310
AJAX with webdatechooser and combobox and radio-Buttons
posted

 Hi,

as I read some other guides have problems with webdatechooser and AJAX implementation.

I have sometimes the same problems, that webdatechooser works and in some other cases not works, but this i most time solved, when postback-property of webdatechooser is set to false.

So I made the experience, if I have no mix of postback within the AJAX-panel it works fine.

But now I need it like follows: I have a search-part in my web-Application which have 

an infragistics-Combobox - for selecting customers

and two radio-Buttons:

- one for typing a number in a text-field

- the other for activate the timframe-webdatechooser

when I open the webapplication with timeframe-Button and the webdatechooser are shown; combobox and webdatechooser works most time fine.

After I changed to number-Search and the postback of number-Search hide webdatechooser; combobox doesn't work.

Also after comeing back to timeframe webdatechooser doesn't work. It's not possible to choose anything from one of the infragistics elements. Only typeing date is possible.

I need the postbacks of the radio-Button for refreshing the screen and coordinate the select statements.

Any idea??

Thanks for help