
CheckBoxes in a DataGrid column
It appears that there is a limitation of the DataGrid control with
formatting the column as a checkbox. The checkbox option is not designed to
insert checkboxes into a column. It's only a formatting option. When we
choose the Checkbox option of the format tab, we are actually telling the
DataGrid to format the data. In this case
the format says to convert data to either 0 or 1. No checkbox will be
displayed. You may want to check about some third party control to
accomplish this, such as DataTable ActiveX control at
http://www.infragistics.com/products/classic/datatable.asp.
(The third-party products discussed above are manufactured by vendors
independent of Microsoft; we make no warranty, implied or otherwise,
regarding these products' performance or reliability)
Best Regards,
Alick Ye
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. Copy right, 2002 Microsoft Corporation.
All rights reserved.