T
Techno_Dex
I have a typed dataset which was created from views in our database using
the IDE automation. I would rather not modify them because if they ever
need to be regenerated I don't want to have to continually add in extra
fields that don't exist in the database. My problem/question is this, in a
DataGridView when you bind a Typed Dataset, is there a way to have an extra
unbound column of sorts which is not part of the Typed Dataset? Currently I
am creating the Grid Columns that I want displayed and binding them to the
appropriate fields in the dataset but I want to add a boolean column at the
beginning that the user can mark with a checkmark to show the record is
selected. For some reason this sounds like it should be very simple to me,
but my brain isn't clicking this morning. Any ideas?
the IDE automation. I would rather not modify them because if they ever
need to be regenerated I don't want to have to continually add in extra
fields that don't exist in the database. My problem/question is this, in a
DataGridView when you bind a Typed Dataset, is there a way to have an extra
unbound column of sorts which is not part of the Typed Dataset? Currently I
am creating the Grid Columns that I want displayed and binding them to the
appropriate fields in the dataset but I want to add a boolean column at the
beginning that the user can mark with a checkmark to show the record is
selected. For some reason this sounds like it should be very simple to me,
but my brain isn't clicking this morning. Any ideas?