Lock Columns from Reorder |
Post Reply |
Author | |
mblotus
Newbie Joined: 04 December 2007 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 10 March 2008 at 4:49pm |
Hello,
Is there a way to lock certain columns from being reordered, so that those columns will always stay at the same position? For example: I have 3 colummns, and I want the 1st column to always stay on the 1st position. I can set the 1st column's AllowDrag property to False, which would prevent it from being dragged to other positions, however I have yet to find a way to prevent other drag-able columns from being positioned to the left of the 1st column. Is there a way? I'm using Report Control 9.70. Thank you for any assistance! Michael |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi, In V12.0 there's an option wndReportControl.DisableReorderColumnsCount
You can set the number of columns on the left side who will be locked (dragging and dropping).
wndReportControl.DisableReorderColumnsCount = 2 will lock the first 2 column all others are allowed to move
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |