Creating data-entry forms can be very time consuming and tedious, and maintaining them can be a nightmare. However, with ComponentOne InputPanel™ for WinForms creating and maintaining data-entry forms is no problem at all. The control removes all redundant tasks such as control alignment, spacing, data...
Posted to
Win Dev Blog
by
C1_GregL
on Wed, Jan 6 2010
Filed under: WinForms, data-entry, C1TrueDBGrid, C1InputPanel
Hello I designed a Truedbgrid at designtime. There are 5 Columns (col1, col2, col3, col4 and col5). Running the program the grid shows the colum in the order col1, col2, col3 col4 and col5. Now pressing a button, the order of the columns of the grid should change to f.i. col1, col3, col5, col2, col4...