I want to create an input field where the user can only enter digits and it must be 5 digits. I thought the SfMaskedTextbox is the right control to use. It works except I want to eliminate the underscore that shows up at the bottom of the textbox. First of all, is the SfMaskedTextbox the appropriate control or is there a better control? Second, if SfMaskedTextbox is the appropriate control, how do I eliminate the underscore?