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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -