E
Earl
I saw a review where you strongly endorsed the FarPoint spread control.
Pretty slick, so I bought a license too. However ....
When I want to bind a dataset to the control and not show all columns, I
have to hide the ID and timestamp columns in the initial layout, then bind
the dataset table.
FpSpread1.Sheets(0).Columns(0).Visible = False
But when I go to add a row, either bound or unbound, it resets my layout
that had the hidden columns and I get everything displayed, including the
unwanted columns. Hiding the columns within the dataset is no help, so I'm
curious if you had run into this issue and had a solution?
Pretty slick, so I bought a license too. However ....
When I want to bind a dataset to the control and not show all columns, I
have to hide the ID and timestamp columns in the initial layout, then bind
the dataset table.
FpSpread1.Sheets(0).Columns(0).Visible = False
But when I go to add a row, either bound or unbound, it resets my layout
that had the hidden columns and I get everything displayed, including the
unwanted columns. Hiding the columns within the dataset is no help, so I'm
curious if you had run into this issue and had a solution?