DataGridCheckBoxColumn



Hi,

I am working on a datagrid project. the datagrid has 5 columns. the
last column is my CheckBoxColumn which is derived from
DataGridBoolColumn. in CheckBoxColumn class, I have override Edit
function which set the check box check/uncheck..... The problem is if
I click check box and then move vertical scroll bar or click RowHeader
bar, those actions will change check box check/unchange state. my Edit
function keep receiving messages.....

Thanks.

.



Relevant Pages