Hi,
I want to apply the style of xamnumeric editor in one of the column in xamdatagrid.
I can apply the style xamnumericeditor in cellvalue presenter and i can apply that style to the column.
but i dont want user to edit the content in xamnumericeditor..user has to edit the content using spinup or spindown(Up & Down)
Which property need to enable to achieve this??
and also i want to apply the valueconstraint to xamnumeric editor ...if i am applying style for xamnumericeditor,,how to achieve this also..
Please help me..
Could you please anyone can look into the issue?
Thanks..
Chandra
Hello Chandra,
I have been looking into your question and I was wondering whether you have tried to use the ‘IsReadOnly’ property of the XamNumericEditor :
http://help.infragistics.com/NetAdvantage/WPF/2012.2/CLR4.0/?page=InfragisticsWPF4.Editors.v12.2~Infragistics.Windows.Editors.ValueEditor~IsReadOnly.html
Using it you will be able to change the value of the editor using its ‘Value’ property via code.
Let me know, if you need any further assistance on this matter.