C
chook.harel
Hi, I have another problem with my datagrid
I used the dataSet to retrieve certain columns from the db,
one of them is the unique index of the row.
but, i don't want the user to see this column, as it means nothing to
him
but still I want to be able to get the row indext programatically,
so I hide the column with width=0, but it didn't work that good,
moreover it created a Horz scroll bar, so that you can navigate to the
hidden column,
Is there a way to disable the horz scrollbar of a datagrid (not
datagridview)
I tried several options, but the hide function doesn't serve my needs,
because it is blocking half of the last row..
Anyway, anyone, any idea?
I used the dataSet to retrieve certain columns from the db,
one of them is the unique index of the row.
but, i don't want the user to see this column, as it means nothing to
him
but still I want to be able to get the row indext programatically,
so I hide the column with width=0, but it didn't work that good,
moreover it created a Horz scroll bar, so that you can navigate to the
hidden column,
Is there a way to disable the horz scrollbar of a datagrid (not
datagridview)
I tried several options, but the hide function doesn't serve my needs,
because it is blocking half of the last row..
Anyway, anyone, any idea?