DataGrid Behaviour

  • Thread starter Thread starter Wayne Wengert
  • Start date Start date
W

Wayne Wengert

I have a datagrid which includes a boolean column. If the displayed checkbox
is unchecked and the user clicks on it to change it to checked, the first
mouse click just changes the background color of the cell to dark blue. The
second click actually adds the check?

If the check box is checked when the use clicks on it, the background color
changes to dark blue. The second click changes the checked box to a grayed
out appearance and the third click actually clears the check.

I'd prefer that a single click on that checkbox toggle the status. Is that
possible?

Wayne
 
Hi,

http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q945q

Ken
---------------
I have a datagrid which includes a boolean column. If the displayed checkbox
is unchecked and the user clicks on it to change it to checked, the first
mouse click just changes the background color of the cell to dark blue. The
second click actually adds the check?

If the check box is checked when the use clicks on it, the background color
changes to dark blue. The second click changes the checked box to a grayed
out appearance and the third click actually clears the check.

I'd prefer that a single click on that checkbox toggle the status. Is that
possible?

Wayne
 
Back
Top