I am having an issue w/ Infragisitics WebNumericEdit textbox inside an Atlas Updatepanel. I have implemented the updatepanel with grids and listboxes with no problem at all.

The problem is once I postback asynchronously using the updatepanel, the value I type into the webnumericedit control does not take. For example, anyone who has used this control before knows that when you type a number (5) into the control and shift the focus away from it, it wil display 5.00. It is not doing this when put inside the updatepanel. It is not seem at runtime. The control is being created dynamically at runtime. I am also having this problem with a static control created at design time.

Does anyone know what can be causing this?