Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
Bind DiplayText and EditorValue to different properties
posted

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.