We have a user control which contains various Telerik controls like RadTextBox,RadNumericTextBox, RagMaskedTextBox etc.
We are facing the problem with RadMaskedTextBox. When we load our user control fro the first time to show a maskedTextBox, it works correctly. The moment a post back occurs in the page the MaskedTextBox could not retain its viewState and Masked style is also lost.
Can anyone please suggest the probable reason for this behavior.
Note when we directly use the MaskedTextBox it works perfectly.
We are facing the problem with RadMaskedTextBox. When we load our user control fro the first time to show a maskedTextBox, it works correctly. The moment a post back occurs in the page the MaskedTextBox could not retain its viewState and Masked style is also lost.
Can anyone please suggest the probable reason for this behavior.
Note when we directly use the MaskedTextBox it works perfectly.