Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Enable and edit just a single cell

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

Enable and edit just a single cell
Link Posted: 29-Aug-2007 05:36
Hi
I am trying to evaluate the FlyGrid.net. One of the things we absolutely need is the ability to edit a single cell only at any given time. This cell is programmatically selected and highlighted so that the user can enter some data.

I have looked at the documentation and some samples, but found ways to make an entire column editable but not a seingle cell.

Is there a way to do this? Am I missing something?

Thanks,
CACUSer
Link Posted: 30-Aug-2007 07:02
You should pay attention to the FlyGrid.IsReadOnly event.
Probably this is exactly what you need.