Hi!
1. Can I access Embeddable Editors from other controls, i.e. Embeddable Editors written in characters, when it does not has focus?
2. Can I disable checking for input characters in Embeddable Editors, in particular, checking the type Decimal?
1.Other words, can I write symbols to control “Embeddable Editors” from outside/other control, when control “Embeddable Editors” doesn’t have focus?
2.I’m using UltraGrid control. I want to check the type of characters, after I input them into the cell of type Decimal. I want to put, for example, string like “2+2” in Decimal cell and after press Enter I want to get value 4 and check for type “Decimal”.
DimKS said:1. Can I access Embeddable Editors from other controls, i.e. Embeddable Editors written in characters, when it does not has focus?
I do not understand the question.
DimKS said:2. Can I disable checking for input characters in Embeddable Editors, in particular, checking the type Decimal?
Again, I'm not sure what you are asking. If you are using an UltraNumericEditor, then no, you cannot stop prevent it from checking that the characters the user enters are valid. Why would you want to?