Rank: Newbie Groups: Member
Joined: 12/30/2009 Posts: 1
|
Hi,
Today we downloaded the trial version of the EO Controls. We are searching for a best Real Input Control which supports the decimals and mantissa parts of the real numbers in Asp.net.
In your MaskedEdit Control, we had all these parts, but we faced the following problem.
We set the Maximum Value as 999, Minimum value as 0 and the decimals as 4.
When we execute and see, we have the textbox with the following values
0.0000__
We had the character "_" trailing in the text box.
We need to avoid that character "_" and should need the numeric values in the right side.
How to do this? Please help us in this issue as soon as possible. Once this problem is fixed, then only we will recommend your product to buy for our Company.
Thanks in Advance, Devakanthan
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi,
You can set PromptChar property to " " (a single space) to remove "_" in the text box. However in the current version there is no way to right align the text. We are working to address that.
Thanks!
|