The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Using ES 2.0.5.1
VS 2003
.NET 1.1
I have a MaskedEditBox that has a mask of ''###'' and ClipMode set to ExcludeLiterals. I''m handling the MaskedEditBox''s KeyUp event and checking the length of the cliptext to see if I should move the focus to the next control. Here''s the check:
if(this.m_tbAreaCode.ClipText.Length == 3)
someotherControl.Focus();
When I type a single number into the MaskedEditBox the ClipText has a length of 3, e.g. ''5 ''. I would have thought that because I asked for excluding literals that the length would be 1. In fact this code was working under 1.6.1.8.
So, what am I doing wrong?
Sean
ADAdministrator Syncfusion Team May 18, 2004 06:07 AM
Hi Sean,
Thanks for bringing this issue to our attention. I have tested for this in a test sample here, and could observe the above mentioned problem. I have requested the folks at the development team for their inputs on this, and will update you as soon as I hear from them. We appreciate your feedback, and thanks for choosing Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.