P
Paul Sampson
Hello,
I've added a TableStyle and two GridColumnStyles to my datagrid in design
mode, to allow setting the size of the columns. This works fine (even though
it's WAY too complicated for something so simple).
However, prior to this the second column was a checkbox, reflecting the
underlying MSSQL bit data type. After explicitly adding the GridColumnStyle
the textbox is replaced by "True/False". I can't work out how to keep the
checkbox, and I hope to avoid programatically creating all this rubbish just
to set column sizes.
Please help!
Paul
I've added a TableStyle and two GridColumnStyles to my datagrid in design
mode, to allow setting the size of the columns. This works fine (even though
it's WAY too complicated for something so simple).
However, prior to this the second column was a checkbox, reflecting the
underlying MSSQL bit data type. After explicitly adding the GridColumnStyle
the textbox is replaced by "True/False". I can't work out how to keep the
checkbox, and I hope to avoid programatically creating all this rubbish just
to set column sizes.
Please help!
Paul