I am migrating from the Classic Controls to the latest Infragistics controls and I have a property that was used earlier in the code:
[DefaultValue(",")] public string GroupSeparator { get { return base.NumberFormat.NumberGroupSeparator; } set { NumberFormatInfo numFormatInfo = new NumberFormatInfo(); numFormatInfo.NumberGroupSeparator = value; base.NumberFormat = numFormatInfo; } }
However, the new WebNumericEditor no longer seems to support the NumberFormat property.
Therefore, what are the corresponding new properties or methods to replace this code?
Thanks.
Hello Samir,
Thank you for posting in our community.
Indeed "NumberFormat" property is no longer supported with WebNumericEditor. Here is a reference to our documentation about the available properties and methods exposed by WebNumeriEditor: http://help.infragistics.com/doc/ASPNET/2014.1/CLR4.0/?page=Infragistics4.Web.v14.1~Infragistics.Web.UI.EditorControls.WebNumericEditor_members.html and a reference to some useful links that demonstrate various features and functionalities provided by WebNumericEditor: http://help.infragistics.com/doc/ASPNET/2014.1/CLR4.0/?page=WebNumericEditor_Using_WebNumericEditor.html
If you need further assistance, please let me know.
Sincerely,
Tsanna