How do I always display two digits in the ignumeric editor? In my case, I'm displaying hours, minutes, seconds in ignumeric editors. Those values should display a leading zero.
Hi Julie,
Thank you for participating in Infragistics community.
If you only need to display time information I would suggest you to use the ‘igDateEditor’ control. To achieve the desired behavior you could set option ‘dateInputFormat’ to "hh:mm:ss".
We have a sample of ‘igDateEditor’ here:
http://www.igniteui.com/editors/date-editor
Also you could find ‘igDateEditor’ documentation here:
http://www.igniteui.com/help/igdateeditor-overview
best regards,
Borislav Kulov
Senior Software Developer
Infragistics, Inc.
The date editor does not satisfy my need. I initially used that with the spinner, however, it takes 3 clicks to increment the seconds (one click on the control, which selects all, another click on the seconds, and a third click on the spinner up arrow). That is not user-friendly. The numeric editor would require only one click to increment the seconds value.