Hi All,
I have xamDataGrid. DataSource binds to collection of some objects. Each object contains two properties
1. Count of type double
2. CountString of type string.
For example Count set to 5.0 and CountString set to "five".
I need to display CountString property on cell/field of the xamDataGrid and Count property on Editor of the cell/field when cell/field is in edit mode.
Do you know how it can be implemented?
Thank you.
Hello,
I have already updated your other forum thread.
Hello Stefan,
I found following problem when ValueToDisplayTextConverter was set:
Grouped row does not display grouped value.
Take a look please on my new post
http://ko.infragistics.com/community/forums/p/83261/416026.aspx#416026
Do you know the solution?
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
It works as expected.
Thank you!
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I added a Style for the XamNumericEditor that shows the numeric value and set its ValueToDisplaytextConverter in order to be able to set different value, when not in edit mode. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.