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
Hello @all,i've an input field for money values.The DisplayFormat is set to currency and the CultureInfo is set to german.So the € is used as currency symbol and comma as decimal separator.It works well with comma-key on the main keybord field (right next to "m").On the other hand the comma-key from numeric area (next to "0") dosn't work (the key is blocked).But both keys have the same keycode 44.This is my input field:<ISWebInput:WebInput ID="AbsBetr" runat="server" Width="100px" Height="18px" Enabled="True"> <DisplayFormat Format="c" IsEnabled="True" Type="Number"> <ErrorWindowInfo IsEnabled="True"> </ErrorWindowInfo> </DisplayFormat> <CultureInfo CultureName="de-DE"></ISWebInput:WebInput>When I switch the CulturInfo to "en-US" the comma-Key from numeric area is accepted as thousand group separator.What can I do, when I want to use the comma-key from numeric area while setting the german currency format to the input field?Thanks a lot!With kind regardsMartin Calov
WebInput development team has managed to fix this issue.
You should use the latest build version of WebInput 4 and WebUI.NET Framework 3 that comes with Intersoft WebUI Studio 2009 R2. A new property called “DecimalSeparator” has been added to WebInput regarding this issue. The value of this property should be set to “,”. Your WebInput code should look like below.
<ISWebInput:WebInput ID="AbsBetr" runat="server" Width="100px" Height="18px" Enabled="True" DecimalSeparator=","> <DisplayFormat Format="c" IsEnabled="True" Type="Number"> <ErrorWindowInfo IsEnabled="True"> </ErrorWindowInfo> </DisplayFormat> <CultureInfo CultureName="de-DE"> </CultureInfo> </ISWebInput:WebInput>
Hope this help.
This behavior is considered as bug. A work item, work item #467, has been submitted to WebInput development team regarding this issue.
I’ll keep you updated with any news I heard from the team regarding this.
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