ButtonEdit with Mask ou MaskedEdit with button

Hello everyone.
I would like to know if you have how to use ButtonEdit with mask, because I have this need and I am not finding it. Or use MaskedEdit with button.
Thank you in advance for your attention.
Ulisses

1 Reply

VR Vijayalakshmi Roopkumar Syncfusion Team May 16, 2018 06:16 AM UTC

Hi Ulisses

Thank you for contacting Synfusion Support.

We have checked the reported requirement to have the mask with ButtonEdit. To achieve this requirement, you can load the MaskedEditBox in ButtonEdit using TextBox property as shown in the below code example:

Code:[C#] 


this.buttonEdit1.TextBox = this.maskedEditBox1; 
this.maskedEditBox1.Mask = "##:##"; 

 


The same has been explained in below sample:

Samplehttp://www.syncfusion.com/downloads/support/forum/137578/ze/ButtonEditWF-1594560876 

Please try this solution and let us know it if is helpful.

Regards
Vijayalakshmi V.R. 


Loader.
Up arrow icon