Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB Grid Types, adding a check box to a grid

Status
Not open for further replies.

oricteropo

IS-IT--Management
Mar 7, 2003
29
US
I'm looking for an updatable ActiveX grid that allows a cell containing a checkbox. My client wants a screen on my VB app that will mimic MS Access table display (the yes/no field in Access displays a checkbox). I'm currently using a Datagrid, and I can't figure out how to add a checkbox to it. I'm setting the datasource for the datagrid to a disconnected recordset.
Is there any updatable active X grid that allows for a checkbox? I don't mind populating the grid myself, in fact
I'd prefer it. I tried using a flexgrid but I could neither add a checkbox nor make the grid updatable.

Thanks in advance
-Jeff
 
thread709-615575

Or, use a ListView control with ReportMode.
You will have to handle the loading/updating manually though.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top