does anyone know what kind of grid(flexgrid,datagrid, etc.......) allows checkboxes to be contain within each row of the grid????? If there is, how do you implement it?
Printable View
does anyone know what kind of grid(flexgrid,datagrid, etc.......) allows checkboxes to be contain within each row of the grid????? If there is, how do you implement it?
I don't know if you can add checkboxes to a FlexGrid or DataGrid but you can do it in a ListView. Just set the checkbox property to true. Also set the GridLines property to true to make it look like a Grid.
Apex TrueDBGrid (www.apexsc.com)
Check the attachment