Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Heirarchical Editing...

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

Heirarchical Editing...
Link Posted: 29-Nov-2005 11:34
Hi,

I've created a large grid and I'm having a slight issue.   I want the users to be able to check and uncheck the checkboxes at their leisure.  Also, I do not want the users to be able to edit the text in this column.  Is there a way I can keep the user from editing the text while still allowing them to change the checkbox at will?

I've tried setting the grid to readonly while setting readonly on the column to false.  This results in the column being uneditable (for the checkbox and the text).

What is interesting to us is that this worked fine in demo 1.2.3 but does not appear to be working in 1.2.7 (in the demo or my code).

Thanks ahead,

Corey
Link Posted: 29-Nov-2005 11:44
This is also broken in the demo 1.2.8.
Link Posted: 29-Nov-2005 15:16
Please download today FlyGrid update and see the TreeView Replacement sample for Checkboxes ReadOnly checkbox that changes HierarchyColumn.CheckBoxesReadOnly property. This property locks/unlocks checkboxes in the HierarchyColumn/TreeViewColumn columns.
Link Posted: 30-Nov-2005 03:21
Excellent. Thank you.