North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Ultimate UI for ASP.NET Web Forms
CREATE NEW POST
Your Privacy Matters
: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use.
Cookie Policy
Close
Selected tags
WebCurrencyEditor
Narrow your results
WebNumericEditor
WebPercentEditor
WebDataGrid
WebHtmlEditor
AJAX
WebCurrencyEdit
Formatting
webmaskeditor
Most Viewed
Gauge image missing seemingly randomly
Not Answered
over 14 years ago
WebDataGrid and SelectedRow Server Side
Not Answered
over 14 years ago
Performance and Filtering
Suggested Answer
over 13 years ago
Column Total in Footer
Answered
over 14 years ago
WebDropDown loses DataItem after postback
Answered
over 13 years ago
Tags
More
Cancel
Descending
Ascending
1 - 14 of
14 results
for Ultimate UI for ASP.NET Web Forms
Not Answered
1006
views
1
reply
WebPercentEditor Round Off
Round off is working fine with infragisitcs V11.1 but it is not working in V21.2? Please help me!! Thanks in advance!!
Not Answered
606
views
1
reply
WebPercentEditor decimal Issues
When use ValueDecimal Property it is considering 0.2 for 20% but when i use ValueText it is showing as 20 as expected but when i bind it to webpercenteditot control it is showing values as 2,000%.. I...
Answered
512
views
3
replies
WebPercentEditor Min and Max Value
In the latest version of infragistics the webpercenteditor i have assigned max=100, min=0 and maxlength=3. But the control accepts the value greater than the specified range. Please help me to find the...
Answered
3666
views
2
replies
left justify a webcurrencyeditor
I'm trying to left justify the value in a webcurrencyeditor. I've tried an inline style and a CssClass style, trying to get into the input field inside the control. No matter what I do, there is an inline...
Suggested Answer
1635
views
1
reply
WebCurrencyEditor not triggering onchange event
I am trying to trigger the onchange event from a WebCurrencyEditor control. <ig:WebCurrencyEditor runat="server" onchange="alert('WebCurrencyEditor');" /> Not sure what's missing here.
Not Answered
2391
views
2
replies
Fire ValueChange Auto Post back on WebCurrencyEditor
I have several WebCurrencyEditors on my asp.net page. 2 of them are auto populated by javascript calculations. How can I fire the post back for OnValueChanged when the currency value changed based of...
Answered
3655
views
3
replies
get value of dynamic currency editor on client side
I need to get the value of a currency editor on the client side on value changed. I don't know the id because it is dynamically created in a listview. I am using Version=12.2.20122.2257 on .net 4.0...
Not Answered
9988
views
17
replies
WebCurrencyEditor does not keep the correct values
Hi, In our ASP.NET web application we have used a WebCurrencyEditor control (Infragistics4.Web.v12.2). Function ShowValue() { var oAmount = $find(getPageElement("Amount").id); alert(“value...
Suggested Answer
3320
views
4
replies
currency format problem
Hello, I have a problem with currency format. I explain myself. In local, the webcurencyeditor shows a number float with a point (eg: 14.00) But if I deploy my website on my server, the format is with...
Answered
4711
views
8
replies
Value if min or max is reached
Is it possible to set the return value if the user puts in a value above or below the set min/max? I don't want the box to reset to the defaulted value if the user enters above or below the min/max set...
Not Answered
2837
views
1
reply
Issue with MinDecimalPlaces="None" for Currency Edit Control
Hi Team, I have an issue with MinDecimalPlaces="None" and MinDecimalPlaces="One" for Currency Edit Control. I have given the below properties to the Control DataFormat="{0:F2}" DataType="decimal...
Not Answered
4917
views
4
replies
WebCurrencyEdit control changing value
Hi All I am using WebCurrencyEdit control in web form. I have following statement to create control: < igtxt : WebCurrencyEdit ID ="itxtEntOC" runat ="server" Width ="160px" MaxLength...
Not Answered
1991
views
1
reply
WebCurrencyEditor (and various others) cannot be edited in IE9
This may fall into a "not supported" category, but I wanted to post the question anyway. We have an ASP.NET application that makes use of mostly WebCurrencyEditor, but also WebTextEditor and a variety...
Answered
2142
views
1
reply
WebCurrencyEditor cursor start from the left?
is there a way to get the cursor to start on the left side of the control and not the right? It looks odd that the text box and everything else read left to right and the WebCurrencyEditor does not. ...