delphi - In DevExpress' Quantum Grids, how do I restrict the click area of a cell with checkbox to the actual checkbox, not the entire cell -


i use delphi (2010) , devexpress quantum grid (v. 6.52)

when have tcxgridcolumn checkbox editor, checkbox toggles when user clicks anywhere within cell. want restrict user has click on actual checkbox.

is there easy way this? have enormous amount of grids in our application, many checkbox editors, i'm hoping "magic" little trick me. hate write custom code every grid in our application :-/

if (or customers) want checkbox doesn't change if click in cell, if set immediatepost property false.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -