J
JvCoach23
I'm using a windows form in Vb.net 2.0.
I have a datagridview that is populated with data. It is for viewing
only, i have turned of allowing edits, adding, deleteing and column
reorg. when i click on the datagridview and go to edit columns and
select a column and look at the SortMode, it's set to automatic.
However, when i run the app and click on that column (with data in the
grid) it doesn't sort, it doesn't have the little markers on the column
header either. I understand that you can code behind to get the data
to sort, but I was thinking this was suppose to work as well. anyone
know what I'm not doing. seems if the sortmode is on automatic it
should sort them. The columns i'm talking about are textbox columns.
I have a bindingsource that was created when i drub a data source
object onto the form. the data source object was a object.
thanks for the help
shannon
I have a datagridview that is populated with data. It is for viewing
only, i have turned of allowing edits, adding, deleteing and column
reorg. when i click on the datagridview and go to edit columns and
select a column and look at the SortMode, it's set to automatic.
However, when i run the app and click on that column (with data in the
grid) it doesn't sort, it doesn't have the little markers on the column
header either. I understand that you can code behind to get the data
to sort, but I was thinking this was suppose to work as well. anyone
know what I'm not doing. seems if the sortmode is on automatic it
should sort them. The columns i'm talking about are textbox columns.
I have a bindingsource that was created when i drub a data source
object onto the form. the data source object was a object.
thanks for the help
shannon