Hi All,
How can I make one of the column as read only for xamGrid from xaml and from code behind?
Can some please help on this?
Thanks in advance.
--Sayap
EditableColumns have an IsReadOnly property on them, set it to false
Actually IsReadOnly should be true to prevent editing.