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
755
How to specify that a specific field cannot be moved while the rest can.
posted

Hi,

I have a DataGrid where the property AllowFieldMoving is set to Yes.  But I have some icons that should always be displayed on the left.  They should never be mouved.  But the rest of the columns can.  The Property AllowFieldMoving should be off on this field only.

Is there a way to do this in xaml or do I need to listen to an event and manage it in the code behind?

Thanks

Karine.