Hi, in my grid, I need 3 types of column moving behaviors:
1. Umoveable - the column starts as fixed and cannot be moved at all, anywhere.2. Restricted to Fixed - the column starts as fixed and can be moved to anywhere in the fixed region ONLY. It cannot be unfixed.3. Restricted to Unfixed - the column starts out as unfixed, cannot be fixed, and can move only within the unfixed region.
What can I do to implement the first two behaviors? (The third one I can do).
As a side note, I couldn't find a space dedicated to the XamGrid to post this since you redesigned the forum, am I missing something? Also, the "Tags" function doesn't seem to work anymore, and the option for making numbered or bulleted lists doesn't render in the final post.
HI,
Your first senario can be addressed by setting Column's IsMovable Propertyl to false. http://help.infragistics.com/NetAdvantage/WPF/Current/CLR4.0/?page=InfragisticsWPF4.Controls.Grids.XamGrid.v12.1~Infragistics.Controls.Grids.Column~IsMovable.html
Sincerely,
Matt Developer Support Engineer