Tuesday, January 19, 2010

Grid column reorder problem

IntelliMorph lets users re-order (move) grid columns.  If you try to drag and drop a grid column but it won't drag, you might be overriding the tabChanged method on your tab control.  For some reason, overriding this method kills the ability to re-order columns.  Instead, you might override the individual tabPage control pageActivated methods.
Also, you need to have AllowUserSetup set to Yes on the form Design, but that's a bit more obvious.

No comments:

Post a Comment