Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Make row read only...

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

Make row read only...
Link Posted: 17-Nov-2005 03:13
I have a flygird with 1 column and at run time I am adding rows to the flygrid. How would I make a row readonly?

Thanks

Simon
Link Posted: 17-Nov-2005 14:23
You can use FlyGrid.IsReadOnly event to dynamically lock or unlock nodes.
Link Posted: 17-Nov-2005 22:27
Thank you for the response.

However I want to be able to lock just specific rows, not all rows in the flygrid.

Thanks

Simon
Link Posted: 19-Nov-2005 05:04
This event allows you to lock specific rows,
if you want to lock all rows you can add GridOptions.ReadOnly to FlyGrid.Options or set Column.ReadOnly to all columns in the grid.