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.