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
130
XamGrid UnBound Column Cannot Move, Is this Expected?
posted

Silverlight XamGrid

I have this setting for the XamGrid for allowing columns to move

<ig:XamGrid.ColumnMovingSettings>
<ig:ColumnMovingSettings AllowColumnMoving="Indicator" />
</ig:XamGrid.ColumnMovingSettings>

The bounded columns i can move between them and cannot move to unbound columns and cannot move Unbound columns

is this expected. I would like to have the unboound columns also move anywhere user wants