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
145
Having XamGrid Cells read only
posted

Hi there,

I am created an application using MVVC and currently using a XamGrid to display email configurations. I want one of the columns in the results to be readonly and not editable. I tried adding the ReadOnly=True on the XAML, but since I have a Add New Row setting aswell, setting this to true, doesnt allow me to input anything in this row when creating a new row. Is there a way to set the readonly property on the results without affecting the ReadOnly column?

Thanks in advance,

Julio