Home - Forums-.NET - FlyGrid.Net (Windows Forms) - BooleanColumn Question

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

BooleanColumn Question
Link Posted: 26-Jul-2006 07:29
Hi,
I Need To Control The Checking Of A BooleanColumn.
i mean, when the user clicks to check the column at a certirn row,  i want to be able to uncheck it.

What event can help me do this?
Or Can you provide me another way?

Thanks,
Guy.
Link Posted: 26-Jul-2006 08:25
With the latest version of FlyGrid (v1.4.0.19) you can override SwithValue method to control switching bettween values in this column and set your own value based on the preview value.