The datagrid and the msflexgrid both do a good job and it is easy to set up if you bind the grids to a data control. However neither will display your checkbox field as a check box. I believe you will see it as a yes/no field (the words yes or no). Thanks and Good Luck!
A ListView control will show check boxes, and has many other nice properties, but it takes a bit more work to set up the data than the DataGrid.
As far as check boxes for the DataGrid and Flex grid, you can position a check box control array over each cell, but it takes a bit of work when repositioning. Better would be to format the column as True/False or Yes/No, and show a check box only when the user click on a cell.
The DataGrid does not have individual cell formating (Font and color) properties like the FlexGrid, but is handier with data input, and faster when loading larger amounts of data and can be fully bound to a data source. [/b][/i][/u][sub]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.