iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I am trying to add a new feature request and the site is giving me errors when I try to do so. I am attaching a screen shot of the error. When I select a product the topoic dropdown does not have any values in it. Then, I get an error when I try to save.
Can someone please request this new feature for me?
Description: The WebInput does not allow the user to enter a decimal point. Need the ability to enter decimals. In this example, you can see it does not allow the user to type 52.22. (http://live.intersoftpt.com/cs/WebInput/DisplayFormatNumericFormat.aspx?noframe=1&path=/WebInput/Numeric%20Input)
Also, the user should not be able to enter past a specified format defined...for example if the format is definied as format="0000#.####" . The user should not be able to type 5.12345. The user should be able to type 5.1234
Also, see your example in your WebInput class for C# for DisplayAndFormatNumericFormat.aspx. The user is forced to enter 000000.9 instead of being able to type just .9
This functionality need to exist for a WebInput standalone control as well as in the grid.
Problem Statement: The WebInput does not allow the user to enter a decimal point. Need the ability to enter decimals. In this example, you can see it does not allow the user to type 52.22. (http://live.intersoftpt.com/cs/WebInput/DisplayFormatNumericFormat.aspx?noframe=1&path=/WebInput/Numeric%20Input)
Proposed Solution: Also, the user should not be able to enter past a specified format defined...for example if the format is definied as format="0000#.####" . The user should not be able to type 5.12345. The user should be able to type 5.1234
... Description: The WebInput does not allow the user to enter a decimal point. Need the ability to enter decimals. In this example, you can see it does not allow the user to type 52.22. (http://live.intersoftpt.com/cs/WebInput/DisplayFormatNumericFormat.aspx?noframe=1&path=/WebInput/Numeric Input)... ... Problem Statement: The WebInput does not allow the user to enter a decimal point. Need the ability to enter decimals. In this example, you can see it does not allow the user to type 52.22. (http://live.intersoftpt.com/cs/WebInput/DisplayFormatNumericFormat.aspx?noframe=1&path=/WebInput/Numeric Input)...
Description: The WebInput does not allow the user to enter a decimal point. Need the ability to enter decimals. In this example, you can see it does not allow the user to type 52.22. (http://live.intersoftpt.com/cs/WebInput/DisplayFormatNumericFormat.aspx?noframe=1&path=/WebInput/Numeric Input)
Problem Statement: The WebInput does not allow the user to enter a decimal point. Need the ability to enter decimals. In this example, you can see it does not allow the user to type 52.22. (http://live.intersoftpt.com/cs/WebInput/DisplayFormatNumericFormat.aspx?noframe=1&path=/WebInput/Numeric Input)
...
WebInput already has the ability to allow users to enter a decimal point. The problem that happen on the live sample link that you mention earlier is that WebInput only accept the decimal point (‘.’ Character) from alphanumeric pad of keyboard and not accept the decimal point from numeric pad of keyboard.
Currently, this issue has been resolved by WebInput development team. The hotfix of this minor glitch will be available in the next regular release of WebInput.
... Also, the user should not be able to enter past a specified format defined...for example if the format is definied as format="0000#.####" . The user should not be able to type 5.12345. The user should be able to type 5.1234...
WebInput 4.0 has DisplayFormat and EditFormat that can be used to format and validate the display text according to supplied format expression. Please ensure that you have defined the EditFormat of WebInput. This issue is most likely happen because you only provide the DisplayFormat. In order to set the format when user enter the value, please define the EditFormat as well.
Hope this helps.
Yudi,
Here is an example of what we're talking about. I have a display format of ####.####. I put this same format in the Edit format was well. When I put in 1.3 it puts the 1___.3 on the screen (SkipOptional = true). When SkipOptional = false it makes me either tab to the placeholder I want or put leading zeros (0001.3).
I have included the file with our test in it. Any help Yudi will be greatly appreciated. This is a big issue for us.
I need to discuss this topic with WebInput development team. I have forwarded this (along with the sample) to WebInput development team and will let you know any news I heard from the team regarding this.
Thank you for your valuable feedback.
I have forwarded this to WebInput development team. The team will check the feasibility to implement this feature on the upcoming build of WebInput 4.0.
Thanks! That would be helpful.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname