Hello - I ahve a couple of questions.
1. I have a bunch of columns that belong to two groups (lets call them A and B). There is also a column (X) that is not in either group. I want the user to be able to drag the columns to reorder them, but the columns in group A must stay on the left of X and B must stay on the right of X. How would I do this?
2. How can I save the position/size of columns in the grid so the settings persist from the last session each time the application is started?
3. When a row is selected, how can I tell what column was clicked for selection, and if the row was selected through another method (not the mouse) how can I tell what column's cell is the current cell?
Thanks a lot
ZA
zach
July 26, 2007 02:54 PM UTC
OK - I got 2 and 3, just waiting on one now.
Thanks!
ZA
zach
July 26, 2007 04:11 PM UTC
got it!
didn't think you could set allowdrag after the drop in TableControlQueryAllowDragColumn