Forum Discussion

umer_chaudhary's avatar
umer_chaudhary
Occasional Contributor
7 years ago

telerik WinForms control RadMaskedNumericInput

Hi,

 

We are working with dot Net based Desktop application having telerik controls

One of the control is derivative of telerik RadMaskedNumericInput control. I am unable to set the value in it through SetText function OR through wtext property even after trying to add the ClrClassName in "MaskedEditBox" or "Textbox" of Telerik Menu in open applications.

 

Following error is reported by testcomplete each time:

testcomplete 97 0x80020006  (Unknown name.) maxLength

2 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Have you tried simply checking the box to support derived classes?

     

    • umer_chaudhary's avatar
      umer_chaudhary
      Occasional Contributor

      Yeah i tried, didnt worked.

       

      But Yay, i was able to get the value written through Value property

       

      For future personnel help, simply write value in object.Value=aqstring.strtofloat(YOUR VALUE) and it will be written :)

       

      thanks anyways for the help.

       

      Umer