how to make check box in crdbgrid

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
azizmcgr
Posts: 2
Joined: Sun 22 Jan 2012 16:05

how to make check box in crdbgrid

Post by azizmcgr » Sun 22 Jan 2012 16:24

I am new member in this milinglist, askpermission to ask , how to make check box in crgrid and how to dblookup in crdbgrid


Thank's

Azis

AndreyZ

Post by AndreyZ » Mon 23 Jan 2012 14:47

Hello,

TCRDBGrid doesn't show check boxes. TCRDBGrid is a free component and is no longer being developed. TCRDBGrid's sources are supplied with MyDAC. You can implement the functionality you need on your own.
To have a lookup values, you can use the TDBLookupComboBox and TDBLookupListBox standard components.

azizmcgr
Posts: 2
Joined: Sun 22 Jan 2012 16:05

Post by azizmcgr » Tue 24 Jan 2012 23:11

oK.


Thank's

Post Reply