Hello,
Trying to understand if the observed behavior is as designed...
Background:
I have two SfMaskedTextBox components on a page whose purpose is to get the beginning and ending values for a range of items. To simplify input of a 26-char/digit value, a mask is used that only requires the last four to nine digits. The number (4 to 9) is preset (say to four, Mask = 1A406030000C35300000####) but can be programmatically changed (say to 6, Mask =1A406030000C353000######) with the mask value also recalculated. The Mask parameters for the two components reference the same instance variable (e.g., Mask=@maskValue).
In my application the components FloatLabelType is Auto.
Observation:
When the Mask parameter is programmatically changed and either one of the components gains focus, they both gain focus. The attached pix shows the result.
Question:
Is this the expected behavior? Seems inconsistent.