Bill,
Can you next time first copy the code in a notebook, and than copy it back
and in the message. In this way it is unreadable.
I think that you have tried a lot to fullfil your goal, see the row above,
normally the scheme should come from your fill, (what is not in the code so
I assume that is that function mappointdataboss.
However if you declare a table than you have to tell what kind of columns it
are (I never do that if it are only strings in samples).
By instance like this.
\\\
Dim cscDate As New DataColumn("scDate", GetType(System.DateTime))
Dim cRowSelect As New DataColumn("rowSelect", GetType(System.Boolean))
///
Now the datagrid knows that it is a boolean column and will act acoording to
that.
(I do not know it this is the answer, however as start and if not than
please the code back as I said, (including this of course).
I hope this helps sofar
Cor