Hi All,
I am trying to assign a simple value to the radmaskedtextbox and when i build the project it is giving me the following error.
Property or indexer 'Telerik.Windows.Controls.RadMaskedTextBox.MaskedText' cannot be assigned to -- it is read only
I've written the following code:
txTravel1_1.MaskedText = "TEST"
and this doesn't work. Please help.
Thanks
Ravi
null;